diff options
author | unknown <E:\Ladik\Mail> | 2015-05-04 11:42:00 +0200 |
---|---|---|
committer | unknown <E:\Ladik\Mail> | 2015-05-04 11:42:00 +0200 |
commit | abd17ec91e0ab54a9d29af02c36710c1ed4b0ee0 (patch) | |
tree | 4e0d9f6a4def6d277210c4fe58a6762b61c234a7 /test | |
parent | 9c0f0db9938f879652ddda48ff64ec87479f1ce0 (diff) |
+ Optimized loading listfile
Diffstat (limited to 'test')
-rw-r--r-- | test/StormTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp index 401752a..06e599f 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -4025,11 +4025,11 @@ int main(int argc, char * argv[]) // Open a stream, paired with remote master (takes hell lot of time!) // if(nError == ERROR_SUCCESS) // nError = TestReadFile_MasterMirror("MPQ_2013_v4_alternate-downloaded.MPQ", "http://www.zezula.net\\mpqs\\alternate.zip", false); - +*/ // Search in listfile if(nError == ERROR_SUCCESS) nError = TestSearchListFile("ListFile_Blizzard.txt"); - +/* // Test opening local file with SFileOpenFileEx if(nError == ERROR_SUCCESS) nError = TestOpenLocalFile("ListFile_Blizzard.txt"); |