Add test for contents of Apple nibbles disk images.

This commit is contained in:
2021-07-13 20:05:51 +01:00
parent 11b0924439
commit c1717c9fe5

View File

@@ -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
{