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:
@@ -15,7 +15,7 @@ public class ArcadeHits : OpticalImageConvertIssueTest
|
||||
{
|
||||
public override Dictionary<string, string> ParsedOptions => new();
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue288", "arcadehits");
|
||||
Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue288", "arcadehits");
|
||||
public override string InputPath =>
|
||||
"Midway's Greatest Arcade Hits Volume 1 v1.001 (2000)(Midway)(US)[!][compilation].gdi";
|
||||
public override string SuggestedOutputFilename => "AaruTestIssue288_arcadehits.aif";
|
||||
|
||||
Reference in New Issue
Block a user