Commit Graph

240 Commits

Author SHA1 Message Date
bb738951fc [UnitTest] Fix expected media type for Alcohol images produced by UltraISO. 2022-12-11 12:32:57 +00:00
4af1769b64 [UnitTest] Fix expected media type in CDRWin 10 tests. 2022-12-09 13:35:43 +00:00
935fceb688 [UnitTest] Fix expected parameters for building filesystem contents JSON. 2022-12-09 13:33:32 +00:00
1bdaf241e4 [UnitTest] Include fields when marshalling JSON in filesystem tests. 2022-12-09 13:33:15 +00:00
0253ea97aa [UnitTest] Fix expected media type in Alcohol 120% tests. 2022-12-09 13:32:50 +00:00
2d71591055 [UnitTest] Fix expected filesystem type. 2022-12-09 13:32:34 +00:00
f39d587bd5 Update tests with new filesystem types. 2022-12-07 22:00:19 +00:00
417a1a83d7 Do not use recursion and stop at 256 levels of directory depth in filesystem unit tests to prevent a stack overflow. 2022-12-07 20:43:25 +00:00
46077ed55f Use System.Text.Json instead of NewtonSoft.Json 2022-12-07 20:39:49 +00:00
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
040b4eab4e More pattern matching. 2022-11-14 01:49:18 +00:00
8b5e23a693 Use proper mount point for test files. 2022-11-13 05:48:58 +00:00
f0fa4d4320 Remove unused code. 2022-03-17 23:54:41 +00:00
d686e59cb7 Use Array.Empty 2022-03-17 00:02:08 +00:00
5f14f0e79c Fix unused variables. 2022-03-16 00:31:33 +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
97c6b131b5 Refactor IOpticalMediaImage.ReadSector(s)Tag to return error status instead of buffer. 2021-09-21 03:42:15 +01:00
bc8382e495 Refactor IOpticalMediaImage.ReadSector(s)Long to return error status instead of buffer. 2021-09-21 02:59:54 +01:00
b7fa638410 Refactor IOpticalMediaImage.ReadSector(s) to return error status instead of buffer. 2021-09-21 01:38:54 +01:00
34df6087ce Refactor IMediaImage.ReadSector(s)Tag to return error status instead of buffer. 2021-09-20 20:52:18 +01: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
cd41c8e59a Simplify some struct type names. 2021-09-14 21:18:28 +01:00
4bbee28113 Remove unneeded using statements. 2021-08-17 18:15:45 +01:00
84a7fb7df7 Convert tapes sector by sector as the change in sector size cannot be currently detected. Fixes #552 2021-08-04 02:54:09 +01:00
a6cbfbebd6 Fix track properties from CDRDAO disc images. 2021-08-03 04:20:06 +01:00
e0553555ae Disable testing ULMO images as LZMA compressed UDIF is not going to be implemented until 6.0 2021-07-16 13:02:17 +01:00
4bb12093ac Fix testing UDRW and UDTO images that are, technically, not UDIF. 2021-07-16 13:01:45 +01:00
4b60d89e18 Add test for contents of TeleDisk disk images. 2021-07-15 13:58:02 +01:00
b4cf989299 Add test for contents of SaveDskF disk images. 2021-07-15 13:57:54 +01:00
d5ce10173c Add test for contents of RS-IDE disk images. 2021-07-15 13:57:45 +01:00
9339048687 Add test for contents of Ray's Disk IMager disk images. 2021-07-15 13:57:36 +01:00
6bf0d5c9a6 Add test for contents of partclone disk images. 2021-07-15 13:57:23 +01:00
93cebc909f Add test for contents of MaxiDisk disk images. 2021-07-15 13:57:13 +01:00
9ad188ce35 Add test for contents of ImageDisk disk images. 2021-07-15 13:57:04 +01:00
1edeaa6160 Add test for contents of Hyper-V disk images. 2021-07-15 13:56:54 +01:00
b95e08f6e2 Add test for contents of VirtualPC disk images. 2021-07-15 13:56:45 +01:00
ef97886899 Adjust values of VirtualPC disk images for unit tests. 2021-07-15 13:56:29 +01:00
d9368801ca Add more information when testing block media images. 2021-07-15 13:54:21 +01:00
1380a853d5 Add unit tests for HD-Copy disk images. 2021-07-13 20:07:12 +01:00
26c6907db5 Add test for contents of DRI's DiskCopy disk images. 2021-07-13 20:06:59 +01:00
f47ae73fec Add test for contents of DiskDupe disk images. 2021-07-13 20:06:50 +01:00
f893100f9a Disable LZH compressed DART disk images from unit tests. 2021-07-13 20:06:41 +01:00
732f9e6d7b Add test for contents of D88 disk images. 2021-07-13 20:06:28 +01:00