diff options
author | Ladislav Zezula <ladislav.zezula@avast.com> | 2021-10-06 19:08:02 +0200 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avast.com> | 2021-10-06 19:08:02 +0200 |
commit | 5ab093b7a57b8779dff06a08fac19d46c40b3329 (patch) | |
tree | 6a6ec63b14db50cf3618e4576df2fe94c3eec863 /test/StormTest.cpp | |
parent | c5fb5c7dfa40ae1304ac2ebf1431a9d6a2ba4d13 (diff) |
Fixed support for SQP archives
Diffstat (limited to 'test/StormTest.cpp')
-rw-r--r-- | test/StormTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp index 651d8e9..3ba9b1e 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -4302,7 +4302,7 @@ int _tmain(int argc, TCHAR * argv[]) // Open all files from the command line
//
- TestArchive(_T("ProblemMpqArchive.SC2Replay"), NULL, 0, "replay.game.events", NULL);
+ TestArchive(_T("e:\\Other.sqp"), NULL, 0, "replay.game.events", NULL);
for(int i = 1; i < argc; i++)
{
TestOpenArchive_CompactArchive(argv[i], _T("TestArchiveCopy.mpq"), false);
|