diff options
author | Ladislav Zezula <zezula-at-volny-dot-cz> | 2016-06-18 20:32:15 +0200 |
---|---|---|
committer | Ladislav Zezula <zezula-at-volny-dot-cz> | 2016-06-18 20:32:15 +0200 |
commit | 303631f9d7f753dacffb1e038dd273dc204e1ea9 (patch) | |
tree | 5397acd7c5b8efe6e1a721f0177b534e38d9acd6 /test | |
parent | 47b6b6eb4addd82a89d6bcd8fa92f9c0a09a5781 (diff) |
+ Updated for protectors fiddling with too big block table index
Diffstat (limited to 'test')
-rw-r--r-- | test/StormTest.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp index 2d73bd9..e19d7c3 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -4405,7 +4405,7 @@ int main(int argc, char * argv[]) // Open a partial MPQ with compressed hash table
if(nError == ERROR_SUCCESS)
nError = TestOpenArchive("part-file://MPQ_2010_v2_HashTableCompressed.MPQ.part");
-
+*/
if(nError == ERROR_SUCCESS)
nError = TestOpenArchive("MPQ_2002_v1_ProtectedMap_HashTable_FakeValid.w3x");
@@ -4464,9 +4464,9 @@ int main(int argc, char * argv[]) // Protector from China (2016-05-27)
if(nError == ERROR_SUCCESS)
nError = TestOpenArchive("MPQ_2016_v1_WME4_4.w3x");
-*/
+
if(nError == ERROR_SUCCESS)
- nError = TestOpenArchive("MPQ_2016_v1_AnotherProtectedMap.w3x");
+ nError = TestOpenArchive("MPQ_2016_v1_SP_(4)Adrenaline.w3x");
/*
// Open the multi-file archive with wrong prefix to see how StormLib deals with it
if(nError == ERROR_SUCCESS)
|