Commit Graph

97 Commits

Author SHA1 Message Date
805ebd4b42 Update copyright year. 2022-12-03 16:07:17 +00:00
d2962850e9 Move all localizable strings from Aaru.Tests project to resources. 2022-11-29 10:33:40 +00:00
2f9b7fe0a1 General code cleanup and style refactor. 2022-11-15 15:58:48 +00:00
bd3fe7bd4e General code style and feature fixes. 2022-11-15 01:35:15 +00:00
040b4eab4e More pattern matching. 2022-11-14 01:49:18 +00:00
bc362e5d4a Fix typos and add new words to dictionary. 2022-11-13 19:09:18 +00:00
8b5e23a693 Use proper mount point for test files. 2022-11-13 05:48:58 +00:00
b05dc45d09 Add null reference checks. 2022-03-17 00:46:26 +00:00
d4b1e63e96 Fix naming style. 2022-03-15 01:37:37 +00:00
762e3eb6d2 General cleanup and refactor. 2022-03-07 07:36:44 +00:00
0bc819feab Move to file scoped namespaces. 2022-03-06 13:29:38 +00:00
dd4451740c Update copyright year. 2022-02-20 09:34:52 +00:00
5e733abc8f Add support for byte addressable images to detection. 2021-11-14 03:52:44 +00:00
f51d414abd Refactor IMediaImage.ReadSector(s) to return error status instead of buffer. 2021-09-19 21:16:47 +01:00
ef2fc1788a Refactor IMediaImage.Open to return error status instead of boolean. 2021-09-16 19:10:39 +01:00
12a72a45e4 Consolidate error number enumerations. 2021-09-16 04:42:14 +01:00
631eee916f Fix filesystem tests when readdir returns a null list. 2021-09-12 19:27:43 +01:00
75edb759e6 General code refactor. 2021-08-17 21:23:10 +01:00
fdff1d74c9 Use Array.Empty<T>. 2021-08-17 18:23:50 +01:00
bc03e3467f Fix namespaces. 2021-08-17 17:32:30 +01:00
da157fe16f When building filesystem contents test file also include symlinks. 2021-07-09 09:49:59 +01:00
966077c595 Test filesystems and contents in optical media image unit tests. 2021-07-07 04:14:10 +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
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
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
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
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