diff options
author | Toby Tomkins <toby.tomkins@nokia.com> | 2010-04-06 01:54:19 (GMT) |
---|---|---|
committer | Toby Tomkins <toby.tomkins@nokia.com> | 2010-04-06 01:54:19 (GMT) |
commit | ff8f6b0e5f76e4d4b1612a80325d6f66c825597f (patch) | |
tree | 259c81582796a8949958b9bc5b978dd522d110bc /tests/auto | |
parent | b687323d13aca4f3684413231a996b30d19cab25 (diff) | |
download | Qt-ff8f6b0e5f76e4d4b1612a80325d6f66c825597f.zip Qt-ff8f6b0e5f76e4d4b1612a80325d6f66c825597f.tar.gz Qt-ff8f6b0e5f76e4d4b1612a80325d6f66c825597f.tar.bz2 |
Did not include updated repaint number for parent item in revert.
Diffstat (limited to 'tests/auto')
-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 7fdd9c9..bec4950 100644 --- a/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp +++ b/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp @@ -6901,7 +6901,7 @@ void tst_QGraphicsItem::cacheMode() // because the parent is rotated with a perspective. testerChild->setPos(1, 1); QTest::qWait(25); - QTRY_COMPARE(tester->repaints, 10); + QTRY_COMPARE(tester->repaints, 11); QTRY_COMPARE(testerChild->repaints, 10); QTRY_COMPARE(testerChild2->repaints, 5); tester->resetTransform(); |