Commit Graph

250 Commits

Author SHA1 Message Date
27a8366ecb [Unit tests] Close contents JSON after serializing it in block media image tests. 2022-12-19 11:04:12 +00:00
dc26b85c2f Move filesystem metadata to GetInformation method for information only plugins. 2022-12-17 22:41:56 +00:00
7a2b37496b Make PluginBase a singleton. 2022-12-17 20:50:17 +00:00
0c1bf310f9 Use Type for filesystem plugin list. 2022-12-17 14:56:37 +00:00
cfbcde35f5 Use Aaru Metadata instead of CICM Metadata. 2022-12-15 22:21:37 +00:00
c8e468b194 [Unit test] Remove pregap also when checking for filesystems in track 0. 2022-12-15 01:47:56 +00:00
528b3d51c0 [Unit tests] Fix expected values for TeleDisk images. 2022-12-12 13:14:56 +00:00
23b0742522 [Unit tests] Fix expected values for Ray Arachelian's DIM. Fixes #785 2022-12-12 13:04:42 +00:00
7ae396a4ab [Unit tests] Fix expected values for AaruFormat V1. 2022-12-11 22:09:02 +00:00
f2c494f198 [UnitTests] Update expected parameter for Toast images. 2022-12-11 15:50:13 +00:00
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