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

@@ -40,7 +40,7 @@ using NUnit.Framework;
public class QCOW3 : BlockMediaImageTest
{
public override string DataFolder =>
Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "QEMU", "QEMU Copy On Write 3");
Path.Combine(Consts.TestFilesRoot, "Media image formats", "QEMU", "QEMU Copy On Write 3");
public override IMediaImage Plugin => new Qcow2();
public override BlockImageTestExpected[] Tests => new[]