aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorunknown <E:\Ladik\Mail>2015-04-21 19:36:13 +0200
committerunknown <E:\Ladik\Mail>2015-04-21 19:36:13 +0200
commit5747ad4910966b27b4da3f0d0e5f085697e5bf7b (patch)
tree5e003449eec18c2f99d10dda2796b77a43b5e86c /test
parent68e2c2527db10dcfdd9fdc2219c7fe9784abf738 (diff)
+ Defragmenting file table fixed
Diffstat (limited to 'test')
-rw-r--r--test/StormTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp
index 8a3d631..a986844 100644
--- a/test/StormTest.cpp
+++ b/test/StormTest.cpp
@@ -4126,7 +4126,7 @@ int main(int argc, char * argv[])
// Open an Warcraft III map locked by Spazy protector
if(nError == ERROR_SUCCESS)
nError = TestOpenArchive("MPQ_2015_v1_ProtectedMap_Spazy.w3x");
-*/
+
// Open an empty archive (found in WoW cache - it's just a header)
if(nError == ERROR_SUCCESS)
nError = TestOpenArchive("flem1.w3x");
@@ -4302,7 +4302,7 @@ int main(int argc, char * argv[])
// Create an archive and fill it with files up to the max file count
if(nError == ERROR_SUCCESS)
nError = TestCreateArchive_FillArchive("StormLibTest_FileTableFull.mpq", MPQ_CREATE_ATTRIBUTES | MPQ_CREATE_LISTFILE);
-
+*/
// Create an archive, and increment max file count several times
if(nError == ERROR_SUCCESS)
nError = TestCreateArchive_IncMaxFileCount("StormLibTest_IncMaxFileCount.mpq");