mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Update BlindWrite 7 disc image tests.
This commit is contained in:
@@ -58,7 +58,25 @@ namespace Aaru.Tests.Images
|
||||
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -78,7 +96,25 @@ namespace Aaru.Tests.Images
|
||||
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -98,7 +134,19 @@ namespace Aaru.Tests.Images
|
||||
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user