diff options
author | Ladislav Zezula <zezula@volny.cz> | 2025-04-22 22:40:25 +0200 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2025-04-22 22:40:25 +0200 |
commit | c9620d7824e58bdc79a0fde09003ec047b1af3f6 (patch) | |
tree | f2ed61dbaf5f0ce648e7c1b940c78731294b1494 /test/stormlib-test-001.txt | |
parent | 4f4e2154cd9bb788186e4985104b58c4a5ee3d72 (diff) |
Fixed more bugs from POCs
Diffstat (limited to 'test/stormlib-test-001.txt')
-rw-r--r-- | test/stormlib-test-001.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/stormlib-test-001.txt b/test/stormlib-test-001.txt index d2610ae..54ba71d 100644 --- a/test/stormlib-test-001.txt +++ b/test/stormlib-test-001.txt @@ -30,6 +30,12 @@ TestReadingMpq (pocs/MPQ_2024_10_SparseDecompressError.mpq) succeeded. TestReadingMpq (pocs/MPQ_2024_11_HiBlockTablePosInvalid.mpq) succeeded. TestReadingMpq: Error loading the file (listfile) (error code: 38) TestReadingMpq (pocs/MPQ_2025_01_SectorTableBeyondEOF.mpq) succeeded. +TestReadingMpq: Warning: CRC32 error on (listfile) +TestReadingMpq: Warning: CRC32 error on (listfile) +TestReadingMpq (pocs/MPQ_2025_02_SectorOffsetSizeNotAligned.mpq) succeeded. +TestReadingMpq (pocs/MPQ_2025_03_InvalidPatchInfo.mpq) succeeded. +TestReadingMpq (pocs/MPQ_2025_04_InvalidArchiveSize64.mpq) succeeded. +TestReadingMpq (pocs/MPQ_2025_05_AddFileError.mpq) succeeded. TestReadingMpq (MPQ_1997_v1_Diablo1_DIABDAT.MPQ) succeeded. TestReadingMpq (MPQ_1997_v1_patch_rt_SC1B.mpq) succeeded. TestReadingMpq (MPQ_1997_v1_StarDat_SC1B.mpq) succeeded. |