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.
This commit is contained in:
@@ -8,7 +8,7 @@ using Aaru.DiscImages;
|
||||
public class FromAaru : WritableOpticalMediaImageTest
|
||||
{
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "AaruFormat", "V1");
|
||||
Path.Combine(Consts.TestFilesRoot, "Media image formats", "AaruFormat", "V1");
|
||||
public override IMediaImage InputPlugin => new AaruFormat();
|
||||
public override IWritableImage OutputPlugin => new CdrWin();
|
||||
public override string OutputExtension => "cue";
|
||||
|
||||
Reference in New Issue
Block a user