summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-05-20 14:24:57 +1000
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-05-20 14:24:57 +1000
commit2f0ebdedbdac619f4ac7638fd215aa4c1f7bb328 (patch)
tree6f9f2e25d3d308982d00330872d11276e8feb6ac /tests
parent5b3937ce27d04ce240662521321dfdc3e1a8373b (diff)
parent5732a44092e17829985a381400bafccc326a0d1f (diff)
downloadqt4-tools-2f0ebdedbdac619f4ac7638fd215aa4c1f7bb328.tar.gz
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp b/tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp
index 9a88237fd2..32d5da79b3 100644
--- a/tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp
+++ b/tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp
@@ -2427,7 +2427,6 @@ void tst_qdeclarativeecmascript::include()
// Including file with ".pragma library"
{
QDeclarativeComponent component(&engine, TEST_FILE("include_pragma.qml"));
- qDebug() << "errors:" << component.errorsString();
QObject *o = component.create();
QVERIFY(o != 0);
QCOMPARE(o->property("test1").toInt(), 100);