mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[UnitTest] Fix expected media type for Alcohol images produced by UltraISO.
This commit is contained in:
@@ -45,7 +45,7 @@ public class Alcohol : OpticalMediaImageTest
|
||||
new OpticalImageTestExpected
|
||||
{
|
||||
TestFile = "cdiready_the_apprentice.mds",
|
||||
MediaType = MediaType.CDROMXA,
|
||||
MediaType = MediaType.CDDA,
|
||||
Sectors = 279300,
|
||||
Md5 = "556d7d32e3c01c2087cc56b25fe5f66d",
|
||||
LongMd5 = "556d7d32e3c01c2087cc56b25fe5f66d",
|
||||
@@ -232,7 +232,7 @@ public class Alcohol : OpticalMediaImageTest
|
||||
new OpticalImageTestExpected
|
||||
{
|
||||
TestFile = "report_audiocd.mds",
|
||||
MediaType = MediaType.CDROMXA,
|
||||
MediaType = MediaType.CDDA,
|
||||
Sectors = 247073,
|
||||
Md5 = "c96a7bf12427078bab252d941716cc32",
|
||||
LongMd5 = "c96a7bf12427078bab252d941716cc32",
|
||||
|
||||
Reference in New Issue
Block a user