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.
This commit is contained in:
@@ -37,7 +37,7 @@ using NUnit.Framework;
|
||||
public class DiskCopy42 : BlockMediaImageTest
|
||||
{
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskCopy 6.3.3", "DiskCopy 4.2");
|
||||
Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskCopy 6.3.3", "DiskCopy 4.2");
|
||||
public override IMediaImage Plugin => new DiscImages.DiskCopy42();
|
||||
|
||||
public override BlockImageTestExpected[] Tests => new[]
|
||||
|
||||
@@ -40,7 +40,7 @@ using NUnit.Framework;
|
||||
public class ROCo : BlockMediaImageTest
|
||||
{
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskCopy 6.3.3", "NDIF", "ROCo");
|
||||
Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskCopy 6.3.3", "NDIF", "ROCo");
|
||||
public override IMediaImage Plugin => new Ndif();
|
||||
|
||||
public override BlockImageTestExpected[] Tests => new[]
|
||||
|
||||
@@ -38,7 +38,7 @@ using NUnit.Framework;
|
||||
public class RdWr : BlockMediaImageTest
|
||||
{
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskCopy 6.3.3", "NDIF", "RdWr");
|
||||
Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskCopy 6.3.3", "NDIF", "RdWr");
|
||||
public override IMediaImage Plugin => new Ndif();
|
||||
|
||||
public override BlockImageTestExpected[] Tests => new[]
|
||||
|
||||
@@ -38,7 +38,7 @@ using NUnit.Framework;
|
||||
public class Rdxx : BlockMediaImageTest
|
||||
{
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskCopy 6.3.3", "NDIF", "Rdxx");
|
||||
Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskCopy 6.3.3", "NDIF", "Rdxx");
|
||||
public override IMediaImage Plugin => new Ndif();
|
||||
|
||||
public override BlockImageTestExpected[] Tests => new[]
|
||||
|
||||
Reference in New Issue
Block a user