mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Use proper mount point for test files.Use proper mount point for test files.
This commit is contained in:
@@ -35,7 +35,7 @@ namespace Aaru.Tests.Partitions
|
||||
[TestFixture]
|
||||
public class Acorn : PartitionSchemeTest
|
||||
{
|
||||
public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "Acorn");
|
||||
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "Acorn");
|
||||
|
||||
public override PartitionTest[] Tests => new[]
|
||||
{
|
||||
|
||||
@@ -36,7 +36,7 @@ namespace Aaru.Tests.Partitions
|
||||
public class AppleMap : PartitionSchemeTest
|
||||
{
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "Apple Partition Map");
|
||||
Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "Apple Partition Map");
|
||||
public override PartitionTest[] Tests => new[]
|
||||
{
|
||||
new PartitionTest
|
||||
|
||||
@@ -35,7 +35,7 @@ namespace Aaru.Tests.Partitions
|
||||
[TestFixture]
|
||||
public class Atari : PartitionSchemeTest
|
||||
{
|
||||
public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "Atari ST");
|
||||
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "Atari ST");
|
||||
public override PartitionTest[] Tests => new[]
|
||||
{
|
||||
new PartitionTest
|
||||
|
||||
@@ -35,7 +35,7 @@ namespace Aaru.Tests.Partitions
|
||||
[TestFixture]
|
||||
public class Bsd : PartitionSchemeTest
|
||||
{
|
||||
public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "BSD slices");
|
||||
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "BSD slices");
|
||||
|
||||
public override PartitionTest[] Tests => new[]
|
||||
{
|
||||
|
||||
@@ -36,7 +36,7 @@ namespace Aaru.Tests.Partitions
|
||||
public class Gpt : PartitionSchemeTest
|
||||
{
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "GUID Partition Table");
|
||||
Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "GUID Partition Table");
|
||||
|
||||
public override PartitionTest[] Tests => new[]
|
||||
{
|
||||
|
||||
@@ -36,7 +36,7 @@ namespace Aaru.Tests.Partitions
|
||||
public class Mbr : PartitionSchemeTest
|
||||
{
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "Master Boot Record");
|
||||
Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "Master Boot Record");
|
||||
|
||||
public override PartitionTest[] Tests => new[]
|
||||
{
|
||||
|
||||
@@ -35,7 +35,7 @@ namespace Aaru.Tests.Partitions
|
||||
[TestFixture]
|
||||
public class Minix : PartitionSchemeTest
|
||||
{
|
||||
public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "MINIX");
|
||||
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "MINIX");
|
||||
|
||||
public override PartitionTest[] Tests => new[]
|
||||
{
|
||||
|
||||
@@ -35,7 +35,7 @@ namespace Aaru.Tests.Partitions
|
||||
[TestFixture]
|
||||
public class Pc98 : PartitionSchemeTest
|
||||
{
|
||||
public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "PC-98");
|
||||
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "PC-98");
|
||||
|
||||
public override PartitionTest[] Tests => new[]
|
||||
{
|
||||
|
||||
@@ -36,7 +36,7 @@ namespace Aaru.Tests.Partitions
|
||||
public class Rdb : PartitionSchemeTest
|
||||
{
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "Rigid Disk Block");
|
||||
Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "Rigid Disk Block");
|
||||
|
||||
public override PartitionTest[] Tests => new[]
|
||||
{
|
||||
|
||||
@@ -35,7 +35,7 @@ namespace Aaru.Tests.Partitions
|
||||
[TestFixture]
|
||||
public class Sgi : PartitionSchemeTest
|
||||
{
|
||||
public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "SGI");
|
||||
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "SGI");
|
||||
|
||||
public override PartitionTest[] Tests => new[]
|
||||
{
|
||||
|
||||
@@ -36,7 +36,7 @@ namespace Aaru.Tests.Partitions
|
||||
[TestFixture]
|
||||
public class Sun : PartitionSchemeTest
|
||||
{
|
||||
public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "Sun");
|
||||
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "Sun");
|
||||
|
||||
public override PartitionTest[] Tests => new[]
|
||||
{
|
||||
|
||||
@@ -35,7 +35,7 @@ namespace Aaru.Tests.Partitions
|
||||
[TestFixture]
|
||||
public class Vtoc : PartitionSchemeTest
|
||||
{
|
||||
public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "UNIX VTOC");
|
||||
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "UNIX VTOC");
|
||||
|
||||
public override PartitionTest[] Tests => new[]
|
||||
{
|
||||
|
||||
@@ -35,7 +35,7 @@ namespace Aaru.Tests.Partitions
|
||||
[TestFixture]
|
||||
public class Xbox : PartitionSchemeTest
|
||||
{
|
||||
public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "Xbox");
|
||||
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "Xbox");
|
||||
|
||||
public override PartitionTest[] Tests => new[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user