summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-01-11 05:48:43 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-01-11 05:48:43 (GMT)
commitaa6ec25bdf0e69873b537e05d4511543b21f3e8a (patch)
tree7ca99c20c7cb5acdce8b111dd0eba72c372ec3df /tests
parent5832eb0354634efd29cbe55558000e51cb68ec40 (diff)
parent8fa3f3f7f038f10dcd2bbd160f04275fe0efaadf (diff)
downloadQt-aa6ec25bdf0e69873b537e05d4511543b21f3e8a.zip
Qt-aa6ec25bdf0e69873b537e05d4511543b21f3e8a.tar.gz
Qt-aa6ec25bdf0e69873b537e05d4511543b21f3e8a.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qmllanguage/tst_qmllanguage.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmllanguage/tst_qmllanguage.cpp b/tests/auto/declarative/qmllanguage/tst_qmllanguage.cpp
index 56c500c..bf95a54 100644
--- a/tests/auto/declarative/qmllanguage/tst_qmllanguage.cpp
+++ b/tests/auto/declarative/qmllanguage/tst_qmllanguage.cpp
@@ -743,7 +743,6 @@ void tst_qmllanguage::cppnamespace()
{
QmlComponent component(&engine, TEST_FILE("cppnamespace.2.qml"));
- qWarning() << component.errors();
VERIFY_ERRORS(0);
QObject *object = component.create();
QVERIFY(object != 0);