--- a/tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp Fri Sep 17 08:34:18 2010 +0300
+++ b/tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp Mon Oct 04 01:19:32 2010 +0300
@@ -636,7 +636,7 @@
QCOMPARE(context.objects()[0].properties().count(), 0);
QCOMPARE(context.objects()[0].children().count(), 0);
- QCOMPARE(context.contexts().count(), 1);
+ QCOMPARE(context.contexts().count(), 4);
QVERIFY(context.contexts()[0].debugId() >= 0);
QCOMPARE(context.contexts()[0].name(), QString("tst_QDeclarativeDebug_childContext"));