Use proper mount point for test files.Use proper mount point for test files.

This commit is contained in:
2022-11-13 05:55:12 +00:00
parent e3ae3ef653
commit 9aeab90776
331 changed files with 395 additions and 392 deletions

View File

@@ -39,7 +39,7 @@ namespace Aaru.Tests.Filesystems.FAT16
{
public Atari() : base("FAT16") {}
public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "FAT16 (Atari)");
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "FAT16 (Atari)");
public override IFilesystem Plugin => new FAT();
public override bool Partitions => true;