mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add test for contents of Apple nibbles disk images.
This commit is contained in:
@@ -47,7 +47,15 @@ namespace Aaru.Tests.Images
|
||||
MediaType = MediaType.Apple32SS,
|
||||
Sectors = 455,
|
||||
SectorSize = 256,
|
||||
MD5 = "76f8fe4c5bc1976f99641ad7cdf53109"
|
||||
MD5 = "76f8fe4c5bc1976f99641ad7cdf53109",
|
||||
Partitions = new[]
|
||||
{
|
||||
new BlockPartitionVolumes
|
||||
{
|
||||
Start = 0,
|
||||
Length = 455
|
||||
}
|
||||
}
|
||||
},
|
||||
new BlockImageTestExpected
|
||||
{
|
||||
@@ -55,7 +63,15 @@ namespace Aaru.Tests.Images
|
||||
MediaType = MediaType.Apple33SS,
|
||||
Sectors = 560,
|
||||
SectorSize = 256,
|
||||
MD5 = "0ffcbd4180306192726926b43755db2f"
|
||||
MD5 = "0ffcbd4180306192726926b43755db2f",
|
||||
Partitions = new[]
|
||||
{
|
||||
new BlockPartitionVolumes
|
||||
{
|
||||
Start = 0,
|
||||
Length = 560
|
||||
}
|
||||
}
|
||||
},
|
||||
new BlockImageTestExpected
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user