Fix expected values in CloneCD unit tests.

This commit is contained in:
2021-06-06 14:24:49 +01:00
parent 9493db6048
commit ac2382651a
2 changed files with 3 additions and 3 deletions

View File

@@ -1658,7 +1658,7 @@ namespace Aaru.Tests.Images
Start = 0,
End = 1251,
Pregap = 150,
Flags = 0
Flags = 4
},
new TrackInfoTestExpected
{
@@ -1666,7 +1666,7 @@ namespace Aaru.Tests.Images
Start = 1252,
End = 48793,
Pregap = 0,
Flags = 0
Flags = 4
}
}
}

View File

@@ -247,7 +247,7 @@ namespace Aaru.Tests.Images.UltraISO
Start = 0,
End = 16548,
Pregap = 150,
Flags = 4
Flags = 0
},
new TrackInfoTestExpected
{