diff options
author | Ladislav Zezula <ladislav.zezula@avast.com> | 2022-02-12 13:14:12 +0100 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avast.com> | 2022-02-12 13:14:12 +0100 |
commit | 8e053ff5334f8aafaa8e5cc449fd90a71866b0a6 (patch) | |
tree | d69a5a881203a87d29469b3a98ea1722ff1c5e14 /test/StormTest.cpp | |
parent | 9eef856125e84a00169f64a854241ff43f500592 (diff) |
Updated test project for storm.dll
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 88b12d9..4e8e600 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -4330,7 +4330,7 @@ int _tmain(int argc, TCHAR * argv[]) for(int i = 2; i < argc; i++)
{
- TestArchive(argv[i], NULL, TFLG_FILE_LOCALE | 0x0409, "File00000014.xxx", NULL);
+ TestArchive(argv[i], NULL, TFLG_FILE_LOCALE | 0x0000, "staredit\\scenario.chk", NULL);
}
//
|