Add test for contents of Hyper-V disk images.

This commit is contained in:
2021-07-15 13:56:54 +01:00
parent b95e08f6e2
commit 1edeaa6160

View File

@@ -56,7 +56,20 @@ namespace Aaru.Tests.Images
MediaType = MediaType.GENERIC_HDD,
Sectors = 409600,
SectorSize = 512,
MD5 = "f2a720176adb4cf70c04c56b58339024"
MD5 = "f2a720176adb4cf70c04c56b58339024",
Partitions = new[]
{
new BlockPartitionVolumes
{
Start = 34,
Length = 65536
},
new BlockPartitionVolumes
{
Start = 65664,
Length = 339968
}
}
},
new BlockImageTestExpected
{