Use proper mount point for test files.

This commit is contained in:
2022-11-13 05:48:58 +00:00
parent 8d551c2d2a
commit 8b5e23a693
330 changed files with 413 additions and 411 deletions

View File

@@ -39,7 +39,7 @@ public class Xbox360 : ReadOnlyFilesystemTest
{
public Xbox360() : base("FATX filesystem") {}
public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Xbox FAT16", "be");
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Xbox FAT16", "be");
public override IFilesystem Plugin => new XboxFatPlugin();
public override bool Partitions => true;