Add unit tests from BeOS R5 generated with fssetter.

This commit is contained in:
2021-04-28 21:43:33 +01:00
parent d62aea0944
commit ba9a0bba40
8 changed files with 120 additions and 5 deletions

View File

@@ -355,6 +355,19 @@ namespace Aaru.Tests.Filesystems.FAT32
SystemId = "mkfs.fat",
VolumeName = "DICSETTER",
VolumeSerial = "79BCA86E"
},
new FileSystemTest
{
TestFile = "beos_r5.aif",
MediaType = MediaType.GENERIC_HDD,
Sectors = 262144,
SectorSize = 512,
Bootable = true,
Clusters = 261072,
ClusterSize = 512,
SystemId = "BeOS ",
VolumeName = "VOLUMELABEL",
VolumeSerial = "00000000"
}
};
}