diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b22069..5503d83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -237,7 +237,7 @@ set(ZLIB_BZIP2_FILES ) set(TEST_SRC_FILES - test/Test.cpp + test/StormTest.cpp ) add_definitions(-D_7ZIP_ST -DBZ_STRICT_ANSI) diff --git a/StormLib_test.vcproj b/StormLib_test.vcproj index 43f872b..337ac78 100644 --- a/StormLib_test.vcproj +++ b/StormLib_test.vcproj @@ -1031,7 +1031,7 @@ Level4 Level4 - + Level4 Level4 Level4 diff --git a/StormLib_test.vcxproj.filters b/StormLib_test.vcxproj.filters index e442747..25f2cdd 100644 --- a/StormLib_test.vcxproj.filters +++ b/StormLib_test.vcxproj.filters @@ -160,7 +160,7 @@ Source Files - + Source Files diff --git a/src/SFileAttributes.cpp b/src/SFileAttributes.cpp index ca865a0..479363d 100644 --- a/src/SFileAttributes.cpp +++ b/src/SFileAttributes.cpp @@ -129,7 +129,7 @@ static DWORD CheckSizeOfAttributesFile(DWORD cbAttrFile, DWORD dwAttrFlags, DWOR // Invalid size of the (attributes) file // Note that many MPQs, especially Warcraft III maps have the size of (attributes) invalid. // We only perform this check if this is the STORMLIB testprogram itself - assert(false); +// assert(false); #endif return 0; diff --git a/test/Test.cpp b/test/StormTest.cpp similarity index 99% rename from test/Test.cpp rename to test/StormTest.cpp index 0b5e679..351ed5e 100644 --- a/test/Test.cpp +++ b/test/StormTest.cpp @@ -1,11 +1,11 @@ /*****************************************************************************/ -/* StormLibTest.cpp Copyright (c) Ladislav Zezula 2003 */ +/* StormTest.cpp Copyright (c) Ladislav Zezula 2003 */ /*---------------------------------------------------------------------------*/ /* Test module for StormLib */ /*---------------------------------------------------------------------------*/ /* Date Ver Who Comment */ /* -------- ---- --- ------- */ -/* 25.03.03 1.00 Lad The first version of StormLibTest.cpp */ +/* 25.03.03 1.00 Lad The first version of StormTest.cpp */ /*****************************************************************************/ #define _CRT_NON_CONFORMING_SWPRINTFS diff --git a/test/TLogHelper.cpp b/test/TLogHelper.cpp index 6876637..e2d6c74 100644 --- a/test/TLogHelper.cpp +++ b/test/TLogHelper.cpp @@ -2,7 +2,7 @@ /* TLogHelper.cpp Copyright (c) Ladislav Zezula 2013 */ /*---------------------------------------------------------------------------*/ /* Helper class for reporting StormLib tests */ -/* This file should be included directly from Test.cpp using #include */ +/* This file should be included directly from StormTest.cpp using #include */ /*---------------------------------------------------------------------------*/ /* Date Ver Who Comment */ /* -------- ---- --- ------- */