aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLadislav Zezula <ladislav.zezula@avg.com>2014-03-05 08:11:53 +0100
committerLadislav Zezula <ladislav.zezula@avg.com>2014-03-05 08:11:53 +0100
commita060c806ea5d92ff8b50f918e6abc50ec19bd0d3 (patch)
tree628c7918e6bc30a972711797a126ddeaa7c1596e /test
parent2abb68a7c5f894b9fb826dea9887a7d26a22888f (diff)
+ One more tested MPQ
Diffstat (limited to 'test')
-rw-r--r--test/Test.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/Test.cpp b/test/Test.cpp
index 150d335..e39ec75 100644
--- a/test/Test.cpp
+++ b/test/Test.cpp
@@ -3566,6 +3566,9 @@ int main(int argc, char * argv[])
if(nError == ERROR_SUCCESS)
nError = TestOpenArchive("MPQ_2002_v1_ProtectedMap_Spazzler.w3x");
+ if(nError == ERROR_SUCCESS)
+ nError = TestOpenArchive("MPQ_2014_v1_ProtectedMap_Spazzler2.w3x");
+
// Open an Warcraft III map locked by the BOBA protector
if(nError == ERROR_SUCCESS)
nError = TestOpenArchive("MPQ_2002_v1_ProtectedMap_BOBA.w3m");
@@ -3662,8 +3665,8 @@ int main(int argc, char * argv[])
if(nError == ERROR_SUCCESS)
nError = TestOpenArchive_CraftedUserData("MPQ_2013_v4_expansion1.MPQ", "StormLibTest_CraftedMpq3_v4.mpq");
- if(nError == ERROR_SUCCESS)
- nError = TestOpenArchive_CompactingTest("MPQ_2014_v1_MapToCompact.w3x");
+// if(nError == ERROR_SUCCESS)
+// nError = TestOpenArchive_CompactingTest("MPQ_2014_v1_MapToCompact.w3x");
// Test modifying file with no (listfile) and no (attributes)
if(nError == ERROR_SUCCESS)