mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Fix now-incorrect test values
This commit is contained in:
@@ -95,6 +95,7 @@
|
||||
- Remove use of psxt001
|
||||
- Minor formatting tweaks; add TODO
|
||||
- Use simpler cuesheet reader in Redumper
|
||||
- Fix now-incorrect test values
|
||||
|
||||
### 3.2.4 (2024-11-24)
|
||||
|
||||
|
||||
@@ -95,7 +95,7 @@ namespace MPF.Processors.Test
|
||||
string? basePath = Path.Combine(Environment.CurrentDirectory, "TestData", "Redumper", "CDROM", "test");
|
||||
var processor = new Redumper(RedumpSystem.IBMPCcompatible, MediaType.CDROM);
|
||||
var actual = processor.GenerateArtifacts(basePath);
|
||||
Assert.Equal(11, actual.Count);
|
||||
Assert.Equal(9, actual.Count);
|
||||
}
|
||||
|
||||
#endregion
|
||||
@@ -163,7 +163,7 @@ namespace MPF.Processors.Test
|
||||
string? basePath = Path.Combine(Environment.CurrentDirectory, "TestData", "Redumper", "CDROM", "test");
|
||||
var processor = new Redumper(RedumpSystem.IBMPCcompatible, MediaType.CDROM);
|
||||
var actual = processor.GetZippableFilePaths(basePath);
|
||||
Assert.Equal(11, actual.Count);
|
||||
Assert.Equal(9, actual.Count);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user