summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2009-10-06 09:44:21 (GMT)
committerJoerg Bornemann <joerg.bornemann@nokia.com>2009-10-06 12:48:57 (GMT)
commita2b8c2b6b5c7de30a3b0d390c3d9885aabb98c57 (patch)
treebf52b7c8ffce465e362e75d1195866b8539fced9 /tests
parent1627b135a7ec37862d7e3764fd545e75ca38bfd7 (diff)
downloadQt-a2b8c2b6b5c7de30a3b0d390c3d9885aabb98c57.zip
Qt-a2b8c2b6b5c7de30a3b0d390c3d9885aabb98c57.tar.gz
Qt-a2b8c2b6b5c7de30a3b0d390c3d9885aabb98c57.tar.bz2
tst_QGraphicsItem::QTBUG_4233_updateCachedWithSceneRect WinCE fix
We need some more time on Windows mobile to receive all events. Reviewed-by: thartman
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp b/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
index 215334c..86145f6 100644
--- a/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
+++ b/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
@@ -6510,7 +6510,7 @@ void tst_QGraphicsItem::QTBUG_4233_updateCachedWithSceneRect()
view.show();
QTRY_COMPARE(QApplication::activeWindow(), (QWidget *)&view);
- QCOMPARE(tester->repaints, 1);
+ QTRY_COMPARE(tester->repaints, 1);
scene.update(); // triggers "updateAll" optimization
qApp->processEvents();