diff options
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);
|