summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicsitem
diff options
context:
space:
mode:
authorAndreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>2009-06-22 09:32:51 (GMT)
committerAndreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>2009-06-22 09:32:51 (GMT)
commit8befd7589456c6fd193676daeba8f0779d88776e (patch)
treebfba829b308e5f4647d9787d66c11e7c22a1032e /tests/auto/qgraphicsitem
parent1fa6b99c373e0dab9e0a0b7f190e3085190be668 (diff)
downloadQt-8befd7589456c6fd193676daeba8f0779d88776e.zip
Qt-8befd7589456c6fd193676daeba8f0779d88776e.tar.gz
Qt-8befd7589456c6fd193676daeba8f0779d88776e.tar.bz2
Remove unused code / delay in this autotest.
Diffstat (limited to 'tests/auto/qgraphicsitem')
-rw-r--r--tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp b/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
index 1ca6c98..981efeb 100644
--- a/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
+++ b/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp
@@ -4710,11 +4710,6 @@ void tst_QGraphicsItem::itemClipsChildrenToShape()
scene.render(&painter);
painter.end();
- QGraphicsView view(&scene);
- view.show();
-
- QTest::qWait(5000);
-
QCOMPARE(image.pixel(16, 16), QColor(255, 0, 0).rgba());
QCOMPARE(image.pixel(32, 32), QColor(0, 0, 255).rgba());
QCOMPARE(image.pixel(50, 50), QColor(0, 255, 0).rgba());