From 5747ad4910966b27b4da3f0d0e5f085697e5bf7b Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 21 Apr 2015 19:36:13 +0200 Subject: + Defragmenting file table fixed --- test/StormTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/StormTest.cpp') 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"); -- cgit v1.2.3