Commit Graph

4061 Commits

Author SHA1 Message Date
f479c63779 Add unit test for issue 266. 2021-03-07 21:10:27 +00:00
55cf2e0070 Add unit test for issue 263. 2021-03-07 19:22:17 +00:00
cdcf23d6ac Add unit test for issue 257. 2021-03-07 18:23:36 +00:00
0936d4fbad Add unit test for issue 176. 2021-03-07 17:23:23 +00:00
Michael Drüing
aa5063d10d Add DiskDupe (DDI) image format 2021-03-07 18:09:30 +01:00
0a526abf24 Update submodules. 2021-03-05 16:44:00 +00:00
5de0bd9149 Add unit tests for cdrdao images. 2021-03-05 16:37:21 +00:00
b5a6420ff7 Check if test file exists before proceeding with test. 2021-03-05 16:37:21 +00:00
a2804e4283 Fix checking number of tracks in optical media image. 2021-03-05 16:37:21 +00:00
30502885d7 Fix testing sector size in optical media image. 2021-03-05 16:37:21 +00:00
6181676f4a Remove feathub link, it's dead. 2021-03-05 16:37:21 +00:00
61f68aa31d Merge pull request #564 from darkstar/archive-stuff
Add basic archive support to Aaru
2021-03-05 14:20:21 +00:00
122c77b9c2 Rename analyze command to fs-info. 2021-03-05 14:17:07 +00:00
Darkstar
85d94e5de4 Change wording on info command 2021-03-05 15:02:37 +01:00
90d2dbd31c Rework image info command. 2021-03-05 13:38:06 +00:00
Darkstar
c82f31f4cd Fix identified issues 2021-03-05 14:35:40 +01:00
Darkstar
424a1f681f Add basic archive support into Aaru
- Add new assembly Aaru.Archives
- Add required changes for the Plugin mechanism
- Register all IArchive plugins (none as of yet)
- List archive formats in "aaru formats"
- Add new command "aaru archive info" (stub as for now)
- related changes due to the change in PluginBase for Aaru.Checksums and
  Aaru.CommonTypes are in PRs to the respective repos
2021-03-05 14:26:31 +01:00
Darkstar
32aa86646f Add required method due to the change in Aaru.CommonTypes 2021-03-05 14:21:01 +01:00
4dbc04a948 Fix test naming. 2021-03-03 15:57:30 +00:00
4e3aa7ae86 Use struct to define all expected data for partitioning scheme tests. 2021-03-03 15:11:22 +00:00
286df1bb12 Make partitioning scheme tests inherit a single class. 2021-03-03 14:52:05 +00:00
01ac233e86 Refactor unit tests. 2021-03-03 14:31:56 +00:00
274e3dfa62 Use struct to define all expected data for media image format tests. 2021-03-02 02:59:20 +00:00
bf746bdde0 Make image format tests inherit a single class. 2021-03-02 00:35:16 +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
62cb57b5da Set UDF volume serial as volume set identifier. 2021-03-01 19:32:50 +00:00
c5ae8b83d8 Fix termination on Reiser 3 volume label. 2021-03-01 19:32:21 +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
32d6da826a Update cuetools.net 2021-03-01 00:55:52 +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
16c077fa16 Update devices unit tests. 2021-03-01 00:54:19 +00:00
76732f4e3f Update checksum unit tests. 2021-03-01 00:54:19 +00:00
8b8ffc6d4d Merge pull request #560 from darkstar/hd-copy
Add support for different/newer HD-Copy format. Fixes #557
2021-02-28 23:08:39 +00:00
Michael Drüing
38afbcbf82 Add support for different/newer HD-Copy format 2021-02-28 19:07:03 +01:00
c616c5667e Use same algorithm for all media image unit tests. 2021-02-28 06:11:52 +00:00
c701e7c763 Add unit tests for VirtualPC images. 2021-02-28 04:04:27 +00:00
f74170f0ca Add unit tests for VirtualPC images created by VirtualBox. 2021-02-28 03:37:54 +00:00
dc16031b9f Add unit tests for Virtual98 images. 2021-02-28 03:14:15 +00:00
b78f6357dc Fix unit tests for NHDr0 using wrong filter. 2021-02-28 03:11:43 +00:00
a40c418377 Add unit tests for TeleDisk images. 2021-02-28 03:02:29 +00:00
4f0bf15000 Add unit tests for NHDr0 images. 2021-02-28 02:04:03 +00:00
cd8967ddcc Add unit tests for raw images created by ShrinkWrap. 2021-02-27 17:00:04 +00:00
5ae79abbeb Add unit tests for DiskCopy 4.2 images created by ShrinkWrap. 2021-02-27 16:59:55 +00:00
fed2be7edf Add unit tests for NDIF images created by ShrinkWrap. 2021-02-27 16:59:38 +00:00
9ef18e1d07 Add unit tests for SaveDskF images. 2021-02-27 15:04:07 +00:00
90b756a3ce Add unit tests for RS-IDE images. 2021-02-27 05:43:30 +00:00