aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qdebugmessageservice
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@theqtcompany.com>2016-01-20 09:44:43 +0200
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2016-01-20 11:46:18 +0000
commitcb5054ec8a783bac6c93946a0c321f8c3b093880 (patch)
tree7086d142361e62d749f9c83b3a9a533c3c892f7e /tests/auto/qml/debugger/qdebugmessageservice
parentaad500cafbdf184f9c5ac86cab520dc3c41f0473 (diff)
Fixed qtdeclarative tests to pass with updated license header
Change-Id: I3c826a7b3ee9ff66fac89a7a3d6f0e7057f03eed Reviewed-by: Antti Kokko <antti.kokko@theqtcompany.com>
Diffstat (limited to 'tests/auto/qml/debugger/qdebugmessageservice')
-rw-r--r--tests/auto/qml/debugger/qdebugmessageservice/tst_qdebugmessageservice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qml/debugger/qdebugmessageservice/tst_qdebugmessageservice.cpp b/tests/auto/qml/debugger/qdebugmessageservice/tst_qdebugmessageservice.cpp
index 75c301f958..0bb01d77fd 100644
--- a/tests/auto/qml/debugger/qdebugmessageservice/tst_qdebugmessageservice.cpp
+++ b/tests/auto/qml/debugger/qdebugmessageservice/tst_qdebugmessageservice.cpp
@@ -228,12 +228,12 @@ void tst_QDebugMessageService::retrieveDebugOutput()
const QString path =
QUrl::fromLocalFile(QQmlDataTest::instance()->testFile(QMLFILE)).toString();
LogEntry entry1(QtDebugMsg, QLatin1String("console.log"));
- entry1.line = 40;
+ entry1.line = 35;
entry1.file = path;
entry1.function = QLatin1String("onCompleted");
entry1.category = QLatin1String("qml");
LogEntry entry2(QtDebugMsg, QLatin1String("console.count: 1"));
- entry2.line = 41;
+ entry2.line = 36;
entry2.file = path;
entry2.function = QLatin1String("onCompleted");
entry2.category = QLatin1String("default");