From a060c806ea5d92ff8b50f918e6abc50ec19bd0d3 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Wed, 5 Mar 2014 08:11:53 +0100 Subject: + One more tested MPQ --- test/Test.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'test/Test.cpp') 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) -- cgit v1.2.3