From 4426aa4055f75621f2b884a4ed5ab224ab0632da Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 12 Dec 2014 11:10:45 +0100 Subject: Redirect console.info to new QtInfoMsg Change-Id: I6f4560a3baae16dd6db090d51a577060689825ef Reviewed-by: Simon Hausmann --- tests/auto/qml/qqmlconsole/tst_qqmlconsole.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/qml/qqmlconsole') diff --git a/tests/auto/qml/qqmlconsole/tst_qqmlconsole.cpp b/tests/auto/qml/qqmlconsole/tst_qqmlconsole.cpp index bf8d090757..74a676b3cc 100644 --- a/tests/auto/qml/qqmlconsole/tst_qqmlconsole.cpp +++ b/tests/auto/qml/qqmlconsole/tst_qqmlconsole.cpp @@ -65,7 +65,7 @@ void tst_qqmlconsole::logging() QTest::ignoreMessage(QtDebugMsg, "console.debug"); QTest::ignoreMessage(QtDebugMsg, "console.log"); - QTest::ignoreMessage(QtDebugMsg, "console.info"); + QTest::ignoreMessage(QtInfoMsg, "console.info"); QTest::ignoreMessage(QtWarningMsg, "console.warn"); QTest::ignoreMessage(QtCriticalMsg, "console.error"); -- cgit v1.2.3