mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add test for contents of Hyper-V disk images.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user