summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicsitem
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2009-10-12 18:00:17 (GMT)
committerOlivier Goffart <ogoffart@trolltech.com>2009-10-12 18:19:44 (GMT)
commit6a1be803bf94b8af4a4766e31df9b441d1c81eed (patch)
tree9ccccad91609ab85244b21ceb4c9934ec7fab707 /tests/auto/qgraphicsitem
parentf55d36cea933d801d421562f3d8b6b2ff0fb0fc1 (diff)
downloadQt-6a1be803bf94b8af4a4766e31df9b441d1c81eed.zip
Qt-6a1be803bf94b8af4a4766e31df9b441d1c81eed.tar.gz
Qt-6a1be803bf94b8af4a4766e31df9b441d1c81eed.tar.bz2
QGraphicsView tests on X11
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 c6ee237..49b76ac 100644
--- a/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
+++ b/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
@@ -6183,7 +6183,7 @@ void tst_QGraphicsItem::opacity2()
MyGraphicsView view(&scene);
view.show();
QTest::qWaitForWindowShown(&view);
- QTRY_VERIFY(view.repaints > 1);
+ QTRY_VERIFY(view.repaints >= 1);
#define RESET_REPAINT_COUNTERS \
parent->repaints = 0; \