mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix expected values in CloneCD unit tests.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -247,7 +247,7 @@ namespace Aaru.Tests.Images.UltraISO
|
||||
Start = 0,
|
||||
End = 16548,
|
||||
Pregap = 150,
|
||||
Flags = 4
|
||||
Flags = 0
|
||||
},
|
||||
new TrackInfoTestExpected
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user