summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicsscene
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2009-10-02 07:47:16 (GMT)
committerOlivier Goffart <ogoffart@trolltech.com>2009-10-02 07:47:16 (GMT)
commitf51b454100b4145350617ab3ff13bbf596deb2dc (patch)
treec1aa19201f57091c638c28d9ac9173f990c9b02e /tests/auto/qgraphicsscene
parentea6d4e94c802f648e296eec0bde1661728d82024 (diff)
downloadQt-f51b454100b4145350617ab3ff13bbf596deb2dc.zip
Qt-f51b454100b4145350617ab3ff13bbf596deb2dc.tar.gz
Qt-f51b454100b4145350617ab3ff13bbf596deb2dc.tar.bz2
Stabilize tests on X11
Diffstat (limited to 'tests/auto/qgraphicsscene')
-rw-r--r--tests/auto/qgraphicsscene/tst_qgraphicsscene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgraphicsscene/tst_qgraphicsscene.cpp b/tests/auto/qgraphicsscene/tst_qgraphicsscene.cpp
index a76e607..e55dc9aa 100644
--- a/tests/auto/qgraphicsscene/tst_qgraphicsscene.cpp
+++ b/tests/auto/qgraphicsscene/tst_qgraphicsscene.cpp
@@ -1657,7 +1657,7 @@ void tst_QGraphicsScene::hoverEvents_siblings()
qApp->processEvents(); // this posts updates from the scene to the view
qApp->processEvents(); // which trigger a repaint here
- QVERIFY(items.at(i)->isHovered);
+ QTRY_VERIFY(items.at(i)->isHovered);
if (j && i > 0)
QVERIFY(!items.at(i - 1)->isHovered);
if (!j && i < 14)