mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Update UltraISO's Alcohol 120% disc image tests.
This commit is contained in:
@@ -367,7 +367,25 @@ namespace Aaru.Tests.Images.UltraISO
|
||||
Start = 0,
|
||||
End = 254264,
|
||||
Pregap = 150,
|
||||
Flags = 4
|
||||
Flags = 4,
|
||||
Number = 1,
|
||||
FileSystems = new[]
|
||||
{
|
||||
new FileSystemTest
|
||||
{
|
||||
Clusters = 63562,
|
||||
ClusterSize = 8192,
|
||||
Type = "HFS",
|
||||
VolumeName = "Winpower"
|
||||
},
|
||||
new FileSystemTest
|
||||
{
|
||||
Clusters = 254265,
|
||||
ClusterSize = 2048,
|
||||
Type = "ISO9660",
|
||||
VolumeName = "Winpower"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -386,7 +404,19 @@ namespace Aaru.Tests.Images.UltraISO
|
||||
Start = 0,
|
||||
End = 308223,
|
||||
Pregap = 150,
|
||||
Flags = 4
|
||||
Flags = 4,
|
||||
Number = 1,
|
||||
FileSystems = new[]
|
||||
{
|
||||
new FileSystemTest
|
||||
{
|
||||
Bootable = true,
|
||||
Clusters = 308224,
|
||||
ClusterSize = 2048,
|
||||
Type = "ISO9660",
|
||||
VolumeName = "ARCH_201901"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -404,7 +434,19 @@ namespace Aaru.Tests.Images.UltraISO
|
||||
Session = 1,
|
||||
Start = 0,
|
||||
End = 471089,
|
||||
Pregap = 0
|
||||
Pregap = 0,
|
||||
Number = 1,
|
||||
FileSystems = new[]
|
||||
{
|
||||
new FileSystemTest
|
||||
{
|
||||
Bootable = true,
|
||||
Clusters = 471090,
|
||||
ClusterSize = 2048,
|
||||
Type = "ISO9660",
|
||||
VolumeName = "12_2_RELEASE_AMD64_CD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -422,7 +464,19 @@ namespace Aaru.Tests.Images.UltraISO
|
||||
Session = 1,
|
||||
Start = 0,
|
||||
End = 3455919,
|
||||
Pregap = 0
|
||||
Pregap = 0,
|
||||
Number = 1,
|
||||
FileSystems = new[]
|
||||
{
|
||||
new FileSystemTest
|
||||
{
|
||||
Clusters = 3455920,
|
||||
ClusterSize = 2048,
|
||||
Type = "UDF v1.02",
|
||||
VolumeName = "Test DVD",
|
||||
VolumeSerial = "483E25D50034BBB0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -440,7 +494,19 @@ namespace Aaru.Tests.Images.UltraISO
|
||||
Session = 1,
|
||||
Start = 0,
|
||||
End = 2146356,
|
||||
Pregap = 0
|
||||
Pregap = 0,
|
||||
Number = 1,
|
||||
FileSystems = new[]
|
||||
{
|
||||
new FileSystemTest
|
||||
{
|
||||
Bootable = true,
|
||||
Clusters = 2146357,
|
||||
ClusterSize = 2048,
|
||||
Type = "ISO9660",
|
||||
VolumeName = "SU1100.001"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -449,8 +515,8 @@ namespace Aaru.Tests.Images.UltraISO
|
||||
TestFile = "report_enhancedcd.mds",
|
||||
MediaType = MediaType.CDPLUS,
|
||||
Sectors = 303316,
|
||||
MD5 = "588d8ff1fef693bbe5719ac6c2f96bc1",
|
||||
LongMD5 = "d72e737f49482d1330e8fe03b9f40b79",
|
||||
MD5 = "97e5bf1caf3998e818d40cd845c6ecc9",
|
||||
LongMD5 = "07b4d88c8f38cc0168a2f5725b31c52e",
|
||||
Tracks = new[]
|
||||
{
|
||||
new TrackInfoTestExpected
|
||||
@@ -560,10 +626,21 @@ namespace Aaru.Tests.Images.UltraISO
|
||||
new TrackInfoTestExpected
|
||||
{
|
||||
Session = 2,
|
||||
Start = 234180,
|
||||
Start = 234030,
|
||||
End = 303315,
|
||||
Pregap = 150,
|
||||
Flags = 0
|
||||
Flags = 0,
|
||||
Number = 14,
|
||||
FileSystems = new[]
|
||||
{
|
||||
new FileSystemTest
|
||||
{
|
||||
Clusters = 69136,
|
||||
ClusterSize = 2048,
|
||||
Type = "ISO9660",
|
||||
VolumeName = "Melanie C"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -582,7 +659,18 @@ namespace Aaru.Tests.Images.UltraISO
|
||||
Start = 0,
|
||||
End = 1886,
|
||||
Pregap = 150,
|
||||
Flags = 4
|
||||
Flags = 4,
|
||||
Number = 1,
|
||||
FileSystems = new[]
|
||||
{
|
||||
new FileSystemTest
|
||||
{
|
||||
Clusters = 1587,
|
||||
ClusterSize = 2048,
|
||||
Type = "ISO9660",
|
||||
VolumeName = ""
|
||||
}
|
||||
}
|
||||
},
|
||||
new TrackInfoTestExpected
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user