mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
print Katie instead of Qt from QPlainTestLogger::startLogging()
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
a1e7a918a7
commit
f57f435b4f
1 changed files with 2 additions and 2 deletions
|
@ -309,12 +309,12 @@ void QPlainTestLogger::startLogging()
|
||||||
QTest::qt_snprintf(buf, sizeof(buf),
|
QTest::qt_snprintf(buf, sizeof(buf),
|
||||||
"********* Start testing of %s *********\n"
|
"********* Start testing of %s *********\n"
|
||||||
"Config: Using QTest library " QT_VERSION_STR
|
"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 {
|
} else {
|
||||||
QTest::qt_snprintf(buf, sizeof(buf),
|
QTest::qt_snprintf(buf, sizeof(buf),
|
||||||
"********* Start testing of %s *********\n"
|
"********* Start testing of %s *********\n"
|
||||||
"Config: Using QTest library " QT_VERSION_STR
|
"Config: Using QTest library " QT_VERSION_STR
|
||||||
", Qt %s\n", QTestResult::currentTestObjectName(), qVersion());
|
", Katie %s\n", QTestResult::currentTestObjectName(), qVersion());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
QAbstractTestLogger::outputString(buf);
|
QAbstractTestLogger::outputString(buf);
|
||||||
|
|
Loading…
Add table
Reference in a new issue