diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-10-06 09:44:21 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-10-06 12:48:57 (GMT) |
commit | a2b8c2b6b5c7de30a3b0d390c3d9885aabb98c57 (patch) | |
tree | bf52b7c8ffce465e362e75d1195866b8539fced9 | |
parent | 1627b135a7ec37862d7e3764fd545e75ca38bfd7 (diff) | |
download | Qt-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
-rw-r--r-- | tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp | 2 |
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(); |