diff options
author | Ladislav <Zezula> | 2013-12-16 17:02:44 +0100 |
---|---|---|
committer | Ladislav <Zezula> | 2013-12-16 17:02:44 +0100 |
commit | 55f159cf69d8b4816876653d25239abf6c3ef5a4 (patch) | |
tree | 7f9dd1d21d8dd5e207a6ef9765de15a02842cc78 /test | |
parent | 60ef0346ba14b7153c9efd40d0aa6dd01d1d2671 (diff) |
+ Fixed handle problem
Diffstat (limited to 'test')
-rw-r--r-- | test/Test.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Test.cpp b/test/Test.cpp index 7487cad..a9cc5e6 100644 --- a/test/Test.cpp +++ b/test/Test.cpp @@ -2911,10 +2911,6 @@ int main(int argc, char * argv[]) // Open an empty archive (found in WoW cache - it's just a header) if(nError == ERROR_SUCCESS) - nError = TestOpenArchive("WoW-1.2.4-to-1.3.0-enGB-patch.exe"); - - // Open an empty archive (found in WoW cache - it's just a header) - if(nError == ERROR_SUCCESS) nError = TestOpenArchive("MPQ_2012_v2_EmptyMpq.MPQ"); // Open an empty archive (created artificially - it's just a header) |