summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/UnitTestBase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TestApp/src/UnitTestBase.cpp')
-rw-r--r--Tests/TestApp/src/UnitTestBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestApp/src/UnitTestBase.cpp b/Tests/TestApp/src/UnitTestBase.cpp
index 309242e..fefaac2 100644
--- a/Tests/TestApp/src/UnitTestBase.cpp
+++ b/Tests/TestApp/src/UnitTestBase.cpp
@@ -41,7 +41,7 @@ UnitTestBase::UnitTestBase(const char *Name) :
{
m_MaxNameLen = std::max(m_MaxNameLen, m_TestName.length());
m_TestNum = ++m_TotalTests;
- LOG_INFO_MESSAGE("Initialized test ", m_TestNum, ": ", Name);
+ LOG_INFO_MESSAGE("Created test ", m_TestNum, ": ", Name);
}
UnitTestBase::~UnitTestBase()