summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlmoduleplugin/tst_qmlmoduleplugin.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-01-08 07:23:10 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-01-08 07:23:10 (GMT)
commit22d68e991e26ec192c51ce2aea55711b06a2af82 (patch)
treeb7046dcd1e7e6b6b6069d12f37360d6fec55b34a /tests/auto/declarative/qmlmoduleplugin/tst_qmlmoduleplugin.cpp
parente8fcefbfd5819bc9d8e9764048bdadb0813ce002 (diff)
downloadQt-22d68e991e26ec192c51ce2aea55711b06a2af82.zip
Qt-22d68e991e26ec192c51ce2aea55711b06a2af82.tar.gz
Qt-22d68e991e26ec192c51ce2aea55711b06a2af82.tar.bz2
Make it easier to understand if test fails.
Diffstat (limited to 'tests/auto/declarative/qmlmoduleplugin/tst_qmlmoduleplugin.cpp')
-rw-r--r--tests/auto/declarative/qmlmoduleplugin/tst_qmlmoduleplugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlmoduleplugin/tst_qmlmoduleplugin.cpp b/tests/auto/declarative/qmlmoduleplugin/tst_qmlmoduleplugin.cpp
index 1ca96a6..a212610 100644
--- a/tests/auto/declarative/qmlmoduleplugin/tst_qmlmoduleplugin.cpp
+++ b/tests/auto/declarative/qmlmoduleplugin/tst_qmlmoduleplugin.cpp
@@ -103,6 +103,7 @@ inline QUrl TEST_FILE(const QString &filename)
void tst_qmlmoduleplugin::importsPlugin()
{
QmlEngine engine;
+ QTest::ignoreMessage(QtWarningMsg, "import worked");
QmlComponent component(&engine, TEST_FILE("plugin.qml"));
VERIFY_ERRORS(0);
QObject *object = component.create();