summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicsview
diff options
context:
space:
mode:
authorGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2009-09-02 10:21:24 +0200
committerGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2009-09-02 10:25:20 +0200
commit6a7e6d47e307b4a181812b1bd5cfb57903ea7f76 (patch)
tree31d3967491c8887fe84e69526120f9fba9e9d823 /tests/auto/qgraphicsview
parent0b5a81dd9aa153f6cd3a3929ee7ed82ca48f45a5 (diff)
Fail in tst_QGraphicsView::task259503_scrollingArtifacts is expected. Adding
QEXPECTED_FAIL. See commit 54226926faa44ec532efd0745e0ff64781202844 for more information. Reviewed-by: trustme
Diffstat (limited to 'tests/auto/qgraphicsview')
-rw-r--r--tests/auto/qgraphicsview/tst_qgraphicsview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qgraphicsview/tst_qgraphicsview.cpp b/tests/auto/qgraphicsview/tst_qgraphicsview.cpp
index bdb6e98c08..d9b5efba5d 100644
--- a/tests/auto/qgraphicsview/tst_qgraphicsview.cpp
+++ b/tests/auto/qgraphicsview/tst_qgraphicsview.cpp
@@ -3698,6 +3698,7 @@ void tst_QGraphicsView::task259503_scrollingArtifacts()
{
qDebug() << event->region();
qDebug() << updateRegion;
+ QEXPECT_FAIL("", "", Continue);
QCOMPARE(event->region(), updateRegion);
}
}