aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLadislav Zezula <ladislav.zezula@avast.com>2021-10-06 19:08:02 +0200
committerLadislav Zezula <ladislav.zezula@avast.com>2021-10-06 19:08:02 +0200
commit5ab093b7a57b8779dff06a08fac19d46c40b3329 (patch)
tree6a6ec63b14db50cf3618e4576df2fe94c3eec863 /test
parentc5fb5c7dfa40ae1304ac2ebf1431a9d6a2ba4d13 (diff)
Fixed support for SQP archives
Diffstat (limited to 'test')
-rw-r--r--test/StormTest.cpp2
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);