diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/StormTest.cpp (renamed from test/Test.cpp) | 4 | ||||
-rw-r--r-- | test/TLogHelper.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/Test.cpp b/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 */ /* -------- ---- --- ------- */ |