aboutsummaryrefslogtreecommitdiff
path: root/test/StormTest.cpp
diff options
context:
space:
mode:
authorLadislav Zezula <ladislav.zezula@avg.com>2016-07-15 14:57:46 +0200
committerLadislav Zezula <ladislav.zezula@avg.com>2016-07-15 14:57:46 +0200
commit8a370dd9336540b8be585272182de0f74aac9241 (patch)
tree71e98a392f4f8934ff1e50b71cdc6107e92e20cc /test/StormTest.cpp
parentf3112547853a361f9c5419cfb6810b2a54c643e6 (diff)
+ Fixed workspace for storm_dll
+ Updated storm.dll from Warcraft 1.27
Diffstat (limited to 'test/StormTest.cpp')
-rw-r--r--test/StormTest.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp
index eb3f665..410dfd4 100644
--- a/test/StormTest.cpp
+++ b/test/StormTest.cpp
@@ -4397,7 +4397,7 @@ int main(int argc, char * argv[])
// Open a MPK archive from Longwu online
if(nError == ERROR_SUCCESS)
nError = TestOpenArchive("MPx_2013_v1_LongwuOnline.mpk");
-*/
+
// Open a SQP archive from War of the Immortals
if(nError == ERROR_SUCCESS)
nError = TestOpenArchive("MPx_2013_v1_WarOfTheImmortals.sqp", "ListFile_WarOfTheImmortals.txt");
@@ -4470,7 +4470,10 @@ int main(int argc, char * argv[])
if(nError == ERROR_SUCCESS)
nError = TestOpenArchive("MPQ_2016_v1_ProtectedMap_1.4.w3x");
-
+*/
+ if(nError == ERROR_SUCCESS)
+ nError = TestOpenArchive("MPQ_2016_v1_KoreanFile.w3m");
+/*
// Open the multi-file archive with wrong prefix to see how StormLib deals with it
if(nError == ERROR_SUCCESS)
nError = TestOpenArchive_WillFail("flat-file://streaming/model.MPQ.0");
@@ -4673,7 +4676,7 @@ int main(int argc, char * argv[])
// Test replacing a file with zero size file
if(nError == ERROR_SUCCESS)
nError = TestModifyArchive_ReplaceFile("MPQ_2014_v4_Base.StormReplay", "AddFile-replay.message.events");
-
+*/
#ifdef _MSC_VER
_CrtDumpMemoryLeaks();
#endif // _MSC_VER