From 18455d55850af238e2ce0869ad62052c9de8514e Mon Sep 17 00:00:00 2001 From: Jani Heikkinen Date: Thu, 21 Jan 2016 09:53:44 +0200 Subject: Fixed qtbase tests to pass with updated license header Change-Id: I996a1c3713d0799504bd98ffcdfdc7841c88182a Reviewed-by: Antti Kokko --- tests/auto/corelib/global/qlogging/tst_qlogging.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'tests/auto/corelib') diff --git a/tests/auto/corelib/global/qlogging/tst_qlogging.cpp b/tests/auto/corelib/global/qlogging/tst_qlogging.cpp index e2370665d8..5c6b6c4c25 100644 --- a/tests/auto/corelib/global/qlogging/tst_qlogging.cpp +++ b/tests/auto/corelib/global/qlogging/tst_qlogging.cpp @@ -725,16 +725,16 @@ void tst_qmessagehandler::qMessagePattern_data() // %{file} is tricky because of shadow builds QTest::newRow("basic") << "%{type} %{appname} %{line} %{function} %{message}" << true << (QList() - << "debug 44 T::T static constructor" + << "debug 39 T::T static constructor" // we can't be sure whether the QT_MESSAGE_PATTERN is already destructed << "static destructor" - << "debug tst_qlogging 65 MyClass::myFunction from_a_function 34" - << "debug tst_qlogging 75 main qDebug" - << "info tst_qlogging 76 main qInfo" - << "warning tst_qlogging 77 main qWarning" - << "critical tst_qlogging 78 main qCritical" - << "warning tst_qlogging 81 main qDebug with category" - << "debug tst_qlogging 85 main qDebug2"); + << "debug tst_qlogging 60 MyClass::myFunction from_a_function 34" + << "debug tst_qlogging 70 main qDebug" + << "info tst_qlogging 71 main qInfo" + << "warning tst_qlogging 72 main qWarning" + << "critical tst_qlogging 73 main qCritical" + << "warning tst_qlogging 76 main qDebug with category" + << "debug tst_qlogging 80 main qDebug2"); QTest::newRow("invalid") << "PREFIX: %{unknown} %{message}" << false << (QList() -- cgit v1.2.3