mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Refactor unit tests.
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Aaru.Tests.Images.MagicISO
|
||||
[TestFixture]
|
||||
public class Cuesheet : OpticalMediaImageTest
|
||||
{
|
||||
public override string _dataFolder =>
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "MagicISO", "Cuesheet");
|
||||
public override IMediaImage _plugin => new CdrWin();
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ namespace Aaru.Tests.Images.MagicISO
|
||||
[TestFixture]
|
||||
public class Nero : OpticalMediaImageTest
|
||||
{
|
||||
public override string _dataFolder =>
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "MagicISO", "Nero");
|
||||
public override IMediaImage _plugin => new DiscImages.Nero();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user