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:
@@ -38,7 +38,7 @@ namespace Aaru.Tests.Filesystems.UDF._201
|
||||
public class Optical : FilesystemTest
|
||||
{
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Universal Disc Format", "2.01");
|
||||
Path.Combine(Consts.TestFilesRoot, "Filesystems", "Universal Disc Format", "2.01");
|
||||
public override IFilesystem Plugin => new Aaru.Filesystems.UDF();
|
||||
public override bool Partitions => false;
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ namespace Aaru.Tests.Filesystems.UDF._201
|
||||
public class Whole : FilesystemTest
|
||||
{
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Universal Disc Format", "2.01");
|
||||
Path.Combine(Consts.TestFilesRoot, "Filesystems", "Universal Disc Format", "2.01");
|
||||
public override IFilesystem Plugin => new Aaru.Filesystems.UDF();
|
||||
public override bool Partitions => false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user