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