OSDN Git Service

print Katie instead of Qt from QPlainTestLogger::startLogging()
authorIvailo Monev <xakepa10@laimg.moc>
Wed, 4 Dec 2019 15:23:37 +0000 (15:23 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Wed, 4 Dec 2019 15:23:37 +0000 (15:23 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
src/test/qplaintestlogger.cpp

index 9c337c6..9eb52dd 100644 (file)
@@ -309,12 +309,12 @@ void QPlainTestLogger::startLogging()
             QTest::qt_snprintf(buf, sizeof(buf),
                              "********* Start testing of %s *********\n"
                              "Config: Using QTest library " QT_VERSION_STR
-                             ", Qt %s, Random seed %d\n", QTestResult::currentTestObjectName(), qVersion(), randomSeed);
+                             ", Katie %s, Random seed %d\n", QTestResult::currentTestObjectName(), qVersion(), randomSeed);
         } else {
             QTest::qt_snprintf(buf, sizeof(buf),
                              "********* Start testing of %s *********\n"
                              "Config: Using QTest library " QT_VERSION_STR
-                             ", Qt %s\n", QTestResult::currentTestObjectName(), qVersion());
+                             ", Katie %s\n", QTestResult::currentTestObjectName(), qVersion());
         }
     }
     QAbstractTestLogger::outputString(buf);