diff options
author | unknown <E:\Ladik\Mail> | 2015-05-29 06:34:59 +0200 |
---|---|---|
committer | unknown <E:\Ladik\Mail> | 2015-05-29 06:34:59 +0200 |
commit | b8452410f407eeedd64e1b0f0270d94c26987b2e (patch) | |
tree | d58821ae4fc977ace7ddf3e2af1f45b69030cf11 /test/StormTest.cpp | |
parent | a8a92ccc92f786f56c0c306152de2b7bde53cc45 (diff) |
+ Tested
Diffstat (limited to 'test/StormTest.cpp')
-rw-r--r-- | test/StormTest.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp index 932458e..51654a0 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -4083,10 +4083,10 @@ int main(int argc, char * argv[]) // Not a test, but rather a tool for creating links to duplicated files
// if(nError == ERROR_SUCCESS)
// nError = FindFilePairs(ForEachFile_CreateArchiveLink, "2004 - WoW\\06080", "2004 - WoW\\06299");
-/*
+
// Search all testing archives and verify their SHA1 hash
- if(nError == ERROR_SUCCESS)
- nError = FindFiles(ForEachFile_VerifyFileChecksum, szMpqSubDir);
+// if(nError == ERROR_SUCCESS)
+// nError = FindFiles(ForEachFile_VerifyFileChecksum, szMpqSubDir);
// Test sparse compression
if(nError == ERROR_SUCCESS)
@@ -4426,7 +4426,7 @@ int main(int argc, char * argv[]) // Open a MPQ (add custom user data to it)
if(nError == ERROR_SUCCESS)
nError = TestCreateArchive_BigArchive("StormLibTest_BigArchive_v4.mpq");
-*/
+
// Test replacing a file with zero size file
if(nError == ERROR_SUCCESS)
nError = TestModifyArchive_ReplaceFile("MPQ_2014_v4_Base.StormReplay", "AddFile-replay.message.events");
|