diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-05-20 12:36:18 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-05-20 12:36:18 (GMT) |
commit | f1efb2e8866203cbf95d288ea0ccb1992413c3fc (patch) | |
tree | c1113cb1473b4a5ba6c3c9d6653a8f88a76bf132 /tests | |
parent | 9c4118d913713181f06960f27ed1eb98c8607605 (diff) | |
parent | acea7c9f5ece102f22d264834b6eece21020adf4 (diff) | |
download | Qt-f1efb2e8866203cbf95d288ea0ccb1992413c3fc.zip Qt-f1efb2e8866203cbf95d288ea0ccb1992413c3fc.tar.gz Qt-f1efb2e8866203cbf95d288ea0ccb1992413c3fc.tar.bz2 |
Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-qml-team
* 'master' of git://scm.dev.nokia.troll.no/qt/qt-qml-team:
QDeclarativeDebug: Fix autotest
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp b/tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp index d3c7032..9582f09 100644 --- a/tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp +++ b/tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp @@ -1012,7 +1012,7 @@ void tst_QDeclarativeDebug::setBindingForObject() // set handler // rootObject = findRootObject(); - QCOMPARE(rootObject.children().size(), 4); // Rectangle, Text, MouseArea, QDeclarativeComponentAttached + QCOMPARE(rootObject.children().size(), 5); // Rectangle, Text, MouseArea, Component.onCompleted, NonScriptPropertyElement QDeclarativeDebugObjectReference mouseAreaObject = rootObject.children().at(2); QDeclarativeDebugObjectQuery *q_obj = m_dbg->queryObjectRecursive(mouseAreaObject, this); waitForQuery(q_obj); |