Commit Graph

455 Commits

Author SHA1 Message Date
36e94f12e2 Update values for Nero Burning ROM test images. 2021-06-11 02:47:28 +01:00
ecb7201f6d Redo Nero Burning ROM disc image parser. Fixes #286, #450, #524, #525, #526, #527, #528 and #534. 2021-06-11 01:32:51 +01:00
0a5c1d911a Add unit test for #450. 2021-06-11 01:31:40 +01:00
a80b0ddf46 Add unit test for #299 2021-06-11 01:29:00 +01:00
5ecf049327 Fix values in DiscJuggler unit tests. 2021-06-10 02:41:00 +01:00
4957f37bec Add support for 13-sector Apple DOS images. Fixes #551 2021-06-08 03:10:42 +01:00
515831143b Fixed expected value in CDRWin disc images unit tests. 2021-06-07 20:45:46 +01:00
ba67513eda Fix expected values in CDRWin unit tests. 2021-06-07 15:21:16 +01:00
4d884013da Flatten CDRWin unit tests. 2021-06-07 15:12:18 +01:00
c11df97fe2 Fix values for PowerISO cuesheet unit tests. 2021-06-07 02:19:36 +01:00
6011991c75 Fix expected values in MagicISO unit test. 2021-06-06 17:34:42 +01:00
7c7b0ec192 In optical media unit tests, pregap cannot be null. 2021-06-06 17:34:29 +01:00
36e7259f5c Fix expected value in UltraISO's Alcohol unit tests. 2021-06-06 15:07:52 +01:00
557961ea6d Fix expected values in Nero unit tests. 2021-06-06 14:58:18 +01:00
ac2382651a Fix expected values in CloneCD unit tests. 2021-06-06 14:24:49 +01:00
a7db66fbf5 Fix PowerISO Cuesheet unit tests pointing to wrong plugin. 2021-06-06 13:55:28 +01:00
4a725c5e7f Fix unit test of optical media track flags. Fixes #550 2021-06-05 15:25:31 +01:00
bda2a7b234 Fix using wrong filter in MacBinary unit test. 2021-06-04 16:28:01 +01:00
1bf848eff0 Fix expected checksums in AppleSingle, AppleDouble and MacBinary unit tests. 2021-06-04 16:26:23 +01:00
f5d169e91b Fix UDIF test images created with DiskCopy 6.5, previous ones contained garbage. 2021-06-04 14:48:54 +01:00
705f5a6db0 Add support for FAT32 volumes that uses sectors field in BPB. Fixes #580 2021-06-03 23:51:10 +01:00
b96ffe5e56 Fix clusters calculation in FAT12 and FAT16. 2021-06-03 23:32:36 +01:00
0964cf3ecb Fix volume serial number in Atari FAT unit tests. 2021-06-03 21:15:33 +01:00
7ffc7bf31c Set proper values for ROMDOS unit test. 2021-06-03 12:04:50 +01:00
a27f7e7900 Set proper values for Amstrad +3DOS unit test. 2021-06-03 12:04:37 +01:00
2eb1262d97 Set proper values for ParaDOS unit test. 2021-06-03 12:04:21 +01:00
1a75c893a5 Set proper values for Amstrad AMSDOS unit test. 2021-06-03 12:04:06 +01:00
97805888c7 Set proper values for Amstrad CP/M+ unit test. Fixes #586 2021-06-03 12:03:41 +01:00
af538cda81 Remove test units for non-bug #507. 2021-06-02 22:07:46 +01:00
31d7daa33b Fix mounting CD-i, High Sierra or ISO9660 with an invalid path table. Fixes #495. 2021-06-02 21:40:21 +01:00
4ac273175a Check which FAT is valid (first or second) and use it for FAT12 and FAT16, fixes #584. 2021-06-02 21:16:06 +01:00
c73cb91486 Add unit test for #584 2021-06-02 20:51:51 +01:00
33678c6fd8 Move FsExtractHashIssueTest to external json files. 2021-06-02 18:20:21 +01:00
3f665da0fa Add unit test for #590. 2021-06-02 17:03:17 +01:00
1d6f2bc614 Issue #542 fixed in a39258524c. 2021-06-02 15:54:37 +01:00
9799af06d1 Implement ReadOnlyFilesystemTest in ISO9660 tests. 2021-06-02 14:41:49 +01:00
2d660f4443 Fix path when building read only filesystem test. 2021-06-02 14:41:27 +01:00
50e3910e6f Set an encoding in read only filesystem test. 2021-06-02 14:41:06 +01:00
a39258524c Fix ISO9660, High Sierra and CD-i filesystem when the directories span multiple sectors. Fixes #360 2021-06-02 12:41:44 +01:00
aa29c31778 Issue #531 fixed in d53ed217d2. 2021-06-02 12:40:20 +01:00
3d36eeccee Implement ReadOnlyFilesystemTest in Macintosh File System tests. 2021-06-02 03:15:44 +01:00
f09732b337 Implement ReadOnlyFilesystemTest in Lisa filesystem tests. 2021-06-02 03:05:50 +01:00
e3ef18ac62 Implement ReadOnlyFilesystemTest in FAT tests. 2021-06-01 22:51:36 +01:00
bfdaf6d1a4 Do not return EINVAL when reading a 0-byte sized file in FAT filesystem. Fixes #441 2021-06-01 12:59:11 +01:00
cf450db0ef Remove statfs test as it is test elsewhere. 2021-06-01 12:49:40 +01:00
f175318310 Load read only filesystem test json directly from file. 2021-06-01 04:14:43 +01:00
2c9b45329e Use Newtonsoft JSON for read only filesystem test as System.Text.Json is not respecting MaxDepth settings. 2021-06-01 03:58:26 +01:00
4a94fce0d3 Implement ReadOnlyFilesystemTest in CP/M tests. 2021-06-01 02:35:35 +01:00
e2749bef4e Implement ReadOnlyFilesystemTest in Xbox 360's FATX. 2021-05-31 20:38:30 +01:00
b968889fcf Add code to generate JSON for read only filesystem test. 2021-05-31 20:37:52 +01:00