aboutsummaryrefslogtreecommitdiff
path: root/test/StormTest.cpp
diff options
context:
space:
mode:
authorLadislav Zezula <zezula-at-volny-dot-cz>2016-07-11 22:52:11 +0200
committerLadislav Zezula <zezula-at-volny-dot-cz>2016-07-11 22:52:11 +0200
commit7597fe1702e4f27faf51d201b566139e17ad4342 (patch)
treec9b2964caea4864b43df957995615c63ead26aa3 /test/StormTest.cpp
parent66a127ec50927e09662573dde3c313d3a2836d6b (diff)
+ Yet another protector solved
Diffstat (limited to 'test/StormTest.cpp')
-rw-r--r--test/StormTest.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp
index e19d7c3..2d957b0 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");
@@ -4467,6 +4467,9 @@ int main(int argc, char * argv[])
if(nError == ERROR_SUCCESS)
nError = TestOpenArchive("MPQ_2016_v1_SP_(4)Adrenaline.w3x");
+*/
+ if(nError == ERROR_SUCCESS)
+ nError = TestOpenArchive("MPQ_2016_v1_ProtectedMap_1.4.w3x");
/*
// Open the multi-file archive with wrong prefix to see how StormLib deals with it
if(nError == ERROR_SUCCESS)