diff options
author | Ladislav Zezula <ladislav.zezula@avast.com> | 2021-07-06 22:47:39 +0200 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avast.com> | 2021-07-06 22:47:39 +0200 |
commit | c5fb5c7dfa40ae1304ac2ebf1431a9d6a2ba4d13 (patch) | |
tree | 5abcbd3d8eb2a11ff2aaa2011eaace0a13e4c2c9 /test | |
parent | 48c3ae62151efd49592cf75359ecf23cdab9b69d (diff) |
Beautifying
Diffstat (limited to 'test')
-rw-r--r-- | test/StormTest.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp index 44d65de..651d8e9 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -4224,8 +4224,6 @@ static const TEST_INFO TestList_MasterMirror[] = static const TEST_INFO Test_Mpqs[] =
{
- {_T("ProblemMpqArchive.SC2Replay"), NULL, 0, "replay.game.events"},
-
// Correct or damaged archives
{_T("MPQ_1997_v1_Diablo1_DIABDAT.MPQ"), NULL, 0, "music\\dintro.wav", "File00000023.xxx"},
{_T("MPQ_2016_v1_D2XP_IX86_1xx_114a.mpq"), NULL, 0, "waitingroombkgd.dc6"}, // Update MPQ from Diablo II (patch 2016)
@@ -4307,7 +4305,7 @@ int _tmain(int argc, TCHAR * argv[]) TestArchive(_T("ProblemMpqArchive.SC2Replay"), NULL, 0, "replay.game.events", NULL);
for(int i = 1; i < argc; i++)
{
- ForEachFile_OpenArchive(argv[i]);
+ TestOpenArchive_CompactArchive(argv[i], _T("TestArchiveCopy.mpq"), false);
}
//
|