aboutsummaryrefslogtreecommitdiff
path: root/test/Test.cpp
diff options
context:
space:
mode:
authorLadislav Zezula <ladislav.zezula@avg.com>2014-01-13 14:11:30 +0100
committerLadislav Zezula <ladislav.zezula@avg.com>2014-01-13 14:11:30 +0100
commit699180bf90ef4952dc7e0f57ce025f54424e30cd (patch)
tree63e6b8ebfd03cae39d0193e8498b7086640103d4 /test/Test.cpp
parent8fa3f25f3e2654bfc1d4ff9caa0b9c849b8ee514 (diff)
+ Support for MPQs locked by the Spazzler protector
Diffstat (limited to 'test/Test.cpp')
-rw-r--r--test/Test.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Test.cpp b/test/Test.cpp
index 7c50b4b..6b76848 100644
--- a/test/Test.cpp
+++ b/test/Test.cpp
@@ -3534,6 +3534,10 @@ int main(int argc, char * argv[])
if(nError == ERROR_SUCCESS)
nError = TestOpenArchive("MPQ_2010_v2_HasUserData.s2ma");
+ // Open an Warcraft III map locked by the Spazzler protector
+ if(nError == ERROR_SUCCESS)
+ nError = TestOpenArchive("MPQ_2002_v1_ProtectedMap_Spazzler.w3x");
+
// Open a MPQ archive v 3.0
if(nError == ERROR_SUCCESS)
nError = TestOpenArchive("MPQ_2010_v3_expansion-locale-frFR.MPQ");