summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicsitem
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2009-10-29 08:37:26 (GMT)
committerOlivier Goffart <ogoffart@trolltech.com>2009-10-29 08:37:26 (GMT)
commit25502811723a026a38c0a861a6a304d24b8e6a95 (patch)
tree553e0cbaba99b51db3940f47414719a505e8d529 /tests/auto/qgraphicsitem
parentdf37b2e9023bc2cebe00c77be6040019cfdc24b6 (diff)
downloadQt-25502811723a026a38c0a861a6a304d24b8e6a95.zip
Qt-25502811723a026a38c0a861a6a304d24b8e6a95.tar.gz
Qt-25502811723a026a38c0a861a6a304d24b8e6a95.tar.bz2
Stabilize tests
Diffstat (limited to 'tests/auto/qgraphicsitem')
-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 2c948cc..28f249f 100644
--- a/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
+++ b/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
@@ -7463,7 +7463,7 @@ void tst_QGraphicsItem::moveLineItem()
// Make sure the calculated region is correct.
item->update();
QTest::qWait(10);
- QCOMPARE(view.paintedRegion, expectedRegion);
+ QTRY_COMPARE(view.paintedRegion, expectedRegion);
view.reset();
// Old position: (50, 50)