Add test for contents of RS-IDE disk images.

This commit is contained in:
2021-07-15 13:57:45 +01:00
parent 9339048687
commit d5ce10173c

View File

@@ -47,7 +47,15 @@ namespace Aaru.Tests.Images
MediaType = MediaType.GENERIC_HDD,
Sectors = 20480,
SectorSize = 512,
MD5 = "ee7b8fe07784f2ebacc18da1fc248f5a"
MD5 = "ee7b8fe07784f2ebacc18da1fc248f5a",
Partitions = new[]
{
new BlockPartitionVolumes
{
Start = 63,
Length = 20417
}
}
}
};
}