Commit Graph

105 Commits

Author SHA1 Message Date
4b7217d501 Move Xbox FATX contents to external JSON. 2021-05-31 19:15:24 +01:00
e09e61d0cf Allow contents for read only filesystem test to be in JSON, in-code or external with the test image. 2021-05-31 19:15:07 +01:00
4428ca0727 Test mounting and stat of read only filesystem even if contents are not defined. 2021-05-31 18:22:58 +01:00
f717a3b3e7 Implement ReadOnlyFilesystemTest in Xbox's FATX. 2021-05-31 18:22:08 +01:00
acf4138cbf Create abstract class to test read only filesystem implementations. 2021-05-31 18:21:39 +01:00
6dfd071433 Add test images from ZX Spectrum +3. 2021-05-31 01:24:21 +01:00
8837e47361 Add test images for Sharp Personal CP/M for Super MZ. 2021-05-30 21:46:22 +01:00
5164e50d57 Add Kaypro II test images. 2021-05-30 19:09:13 +01:00
1d68bc3c77 Add Excalibur 64 test images. 2021-05-30 19:02:32 +01:00
ead99a8e4d Add test images from Tatung Einstein's XtalDOS. 2021-05-30 18:12:54 +01:00
3587f97e05 Add Bondwell 2 test images. 2021-05-30 17:58:38 +01:00
88e3ee0029 Add test files for Amstrad CP/M 2 for the CPC. 2021-05-30 16:14:05 +01:00
617a5aab00 Add test images for Otrona Attaché (CP/M 2). 2021-05-28 23:51:47 +01:00
7ddd336aae Add test images from ROMDOS for Amstrad CPC. 2021-05-28 15:22:29 +01:00
bdfa168f64 Add test images from Amstrad/Locomotive CP/M Plus. 2021-05-28 15:22:18 +01:00
dbf162d59d Add more test images from AMSDOS. 2021-05-28 15:22:03 +01:00
28b0a7c154 Add test files for ParaDOS filesystem (CP/M). 2021-05-27 17:46:47 +01:00
d7c8ce14b3 Add test files for Amstrad's AMSDOS filesystem (CP/M). 2021-05-27 13:39:51 +01:00
f50a9b2a66 Add fstester images created from Darwin, Mac OS X Server and MorphOS. 2021-05-25 03:09:48 +01:00
4a20469146 Add fstester images created from Mac OS X. 2021-05-20 16:47:40 +01:00
6654950770 Add fstester images created from Atari ST. 2021-05-20 03:22:27 +01:00
709d550ef6 Add fstester images created from Mac OS. 2021-05-15 17:07:38 +01:00
960b5912f3 Add unit tests from Linux 2.0, 2.2 and 2.4 generated with fssetter. 2021-05-14 00:07:03 +01:00
7f17c1fce4 Add unit tests from DR-DOS, MS-DOS and PC-DOS generated with fssetter. 2021-05-10 04:02:14 +01:00
2df6686e6a Add more fssetter test files. 2021-05-05 01:50:19 +01:00
c65167cb9c Add unit tests from Windows NT 4.0 generated with fssetter. 2021-05-01 21:57:50 +01:00
b2bf771e6d Add unit tests from OS/2 generated with fssetter. 2021-05-01 21:24:59 +01:00
0151b6a416 Add unit tests from Haiku hrev51259 generated with fssetter. 2021-05-01 20:25:23 +01:00
97436e9992 Add unit tests from DragonFly BSD 1.0 generated with fssetter. 2021-05-01 20:16:58 +01:00
ba9a0bba40 Add unit tests from BeOS R5 generated with fssetter. 2021-04-28 21:43:33 +01:00
d62aea0944 CHange unit tests from BeOS R4.5 to files generated with fssetter. 2021-04-28 10:51:09 +01:00
192a120cbc CHange unit tests for BeFS from BeOS R3.1 to files generated with fssetter. 2021-04-27 23:02:41 +01:00
b5a6420ff7 Check if test file exists before proceeding with test. 2021-03-05 16:37:21 +00:00
a3e626d9fa Refactor filesystem unit tests. 2021-03-01 21:33:58 +00:00
7f3c0081ff Use struct to define all expected data for file system tests. 2021-03-01 21:18:02 +00:00
7cacb9bf84 Make filesystem tests inherit a single class. 2021-03-01 20:25:16 +00:00
50f031d8f4 Remove tests for non-implemented filesystems. 2021-03-01 01:11:51 +00:00
0cb1a068cb Split filesystem tests by partitioning type, more. 2021-03-01 01:09:59 +00:00
f8ff3ab519 Split filesystem tests by partitioning type. 2021-03-01 00:54:19 +00:00
58345a08d4 Move filesystem unit tests to folders if more than one class is needed. 2021-03-01 00:54:19 +00:00
472a1d94d8 Update copyright year. 2020-12-31 23:08:23 +00:00
a206c2eaef Fix FAT volume name tests that are now space stripped. 2020-11-10 21:49:35 +00:00
29c3c21bbd Fix headers. 2020-07-25 02:01:36 +01:00
950c3d7c97 Fix copyright dates. 2020-07-25 01:58:50 +01:00
2376b65763 Code style fixes. 2020-07-22 13:20:25 +01:00
6220425ac6 Naming fixes. 2020-07-20 21:11:32 +01:00
f1fa52716c Fix namespaces. 2020-07-20 15:43:52 +01:00
0e7a86880e Fix unused code. 2020-07-20 07:47:12 +01:00
9cfef45856 Code cleanup. 2020-07-20 04:34:16 +01:00
7cd5e0573d Fix some unit test parameters. 2020-07-09 03:09:37 +01:00