diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-01-14 03:29:21 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-01-14 03:29:21 (GMT) |
commit | 57d7eef906df1ed82b9722e93cb58420460684ed (patch) | |
tree | 00e205eeadb928b4fc3fe398e5219daaeff4a3af /tests/auto/declarative/qmlmoduleplugin/tst_qmlmoduleplugin.cpp | |
parent | 45cbe29e07b5651fbd844fb902db200ce463b4e3 (diff) | |
download | Qt-57d7eef906df1ed82b9722e93cb58420460684ed.zip Qt-57d7eef906df1ed82b9722e93cb58420460684ed.tar.gz Qt-57d7eef906df1ed82b9722e93cb58420460684ed.tar.bz2 |
More clarity if test fails.
Diffstat (limited to 'tests/auto/declarative/qmlmoduleplugin/tst_qmlmoduleplugin.cpp')
-rw-r--r-- | tests/auto/declarative/qmlmoduleplugin/tst_qmlmoduleplugin.cpp | 1 |
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 a212610..3f97abd 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, "plugin created"); QTest::ignoreMessage(QtWarningMsg, "import worked"); QmlComponent component(&engine, TEST_FILE("plugin.qml")); VERIFY_ERRORS(0); |