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:
@@ -39,7 +39,7 @@ namespace Aaru.Tests.Filesystems.NTFS
|
||||
public GPT() : base("NTFS") {}
|
||||
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "New Technology File System (GPT)");
|
||||
Path.Combine(Consts.TestFilesRoot, "Filesystems", "New Technology File System (GPT)");
|
||||
public override IFilesystem Plugin => new Aaru.Filesystems.NTFS();
|
||||
public override bool Partitions => true;
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ namespace Aaru.Tests.Filesystems.NTFS
|
||||
public MBR() : base("NTFS") {}
|
||||
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "New Technology File System (MBR)");
|
||||
Path.Combine(Consts.TestFilesRoot, "Filesystems", "New Technology File System (MBR)");
|
||||
|
||||
public override IFilesystem Plugin => new Aaru.Filesystems.NTFS();
|
||||
public override bool Partitions => true;
|
||||
|
||||
Reference in New Issue
Block a user