diff options
Diffstat (limited to 'test/Test.cpp')
-rw-r--r-- | test/Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Test.cpp b/test/Test.cpp index e0058b7..a4eb851 100644 --- a/test/Test.cpp +++ b/test/Test.cpp @@ -2189,7 +2189,7 @@ int main(void) // Test the archive open and close if(nError == ERROR_SUCCESS) - nError = TestArchiveOpenAndClose(MAKE_PATH("speech.mpq.part")); + nError = TestArchiveOpenAndClose(MAKE_PATH("Battle.net.MPQ")); // if(nError == ERROR_SUCCESS) // nError = TestFindFiles(MAKE_PATH("2002 - Warcraft III/HumanEd.mpq")); |