print Katie instead of Qt from QPlainTestLogger::startLogging()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-12-04 15:23:37 +00:00
parent a1e7a918a7
commit f57f435b4f

View 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);