aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlconsole
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2014-12-12 11:10:45 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-01-15 17:06:56 +0100
commit4426aa4055f75621f2b884a4ed5ab224ab0632da (patch)
tree0e0ec6872982c6233c639955339e01d951cfda2f /tests/auto/qml/qqmlconsole
parent2a2fb6a9b4ff9b387e3301c76d7d62dcc4d604f5 (diff)
Redirect console.info to new QtInfoMsg
Change-Id: I6f4560a3baae16dd6db090d51a577060689825ef Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tests/auto/qml/qqmlconsole')
-rw-r--r--tests/auto/qml/qqmlconsole/tst_qqmlconsole.cpp2
1 files changed, 1 insertions, 1 deletions
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");