Commit Graph

469 Commits

Author SHA1 Message Date
968a416bc2 Adjust Alcohol 120% unit tests. 2021-07-07 02:42:50 +01:00
22506400a8 Fix image size in DiscJuggler disc images. 2021-07-02 01:13:11 +01:00
10a05368a7 Adjust unit test expected values according to latest fixes. 2021-07-01 22:38:05 +01:00
2c9ec24298 Test that no track ends after image last sector in optical media image unit tests. 2021-07-01 22:36:54 +01:00
71472ad844 Fix completely wrong handling of "PREGAP" value in CDRWin images. 2021-06-30 22:01:55 +01:00
423167c914 Fix image size calculation in CloneCD images. Fixes #490 2021-06-30 21:15:13 +01:00
0d68b2de8e Fix track 1 pregap in CloneCD images. Fixes #489. 2021-06-30 21:03:37 +01:00
98b0785bde Return empty data in BlindWrite 5 images where only some tracks has subchannel. Fixes #485 2021-06-30 20:27:51 +01:00
9e7ec8d178 Disable unit tests of images designed to fail as they won't be fixed for 5.3LTS. 2021-06-30 20:17:47 +01:00
235d178483 Fix track flags in BlindWrite 4 images. 2021-06-30 19:34:33 +01:00
41f9abbea4 In BlindWrite 4 images, consider there is subchannel if we have a subchannel file, ignoring header. Fixes #481 2021-06-30 19:12:52 +01:00
c992d0101f Reverse engineer unknown field in BlindWrite 4 images that adjusts the file offset per track. Fixes #480 2021-06-30 18:42:10 +01:00
0380ea2d6a Add support for BlindWrite 6 and 5 split images. Fixes #430 2021-06-28 19:10:15 +01:00
541555501b Implement support for Nero Burning ROM 4 disc images. Fixes #449 2021-06-11 12:26:54 +01:00
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