summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2009-09-02 10:43:43 +0200
committerGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2009-09-02 10:50:20 +0200
commitdc37538a832dc9381714e384ba40531aee279ad2 (patch)
treee9ca4010b449cb98e5e39ae0758e07d25fa0e5ec /tests
parent528bf2ca27ee3782f59844f985bf926ff3a51c96 (diff)
Added comment to QEXPECTED_FAIL. See commit
54226926faa44ec532efd0745e0ff64781202844 for more information. Reviewed-by: ogoffart
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qgraphicsview/tst_qgraphicsview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qgraphicsview/tst_qgraphicsview.cpp b/tests/auto/qgraphicsview/tst_qgraphicsview.cpp
index d9b5efba5d..fd9d2a1e99 100644
--- a/tests/auto/qgraphicsview/tst_qgraphicsview.cpp
+++ b/tests/auto/qgraphicsview/tst_qgraphicsview.cpp
@@ -3696,9 +3696,9 @@ void tst_QGraphicsView::task259503_scrollingArtifacts()
if (itSTimeToTest)
{
- qDebug() << event->region();
- qDebug() << updateRegion;
- QEXPECT_FAIL("", "", Continue);
+// qDebug() << event->region();
+// qDebug() << updateRegion;
+ QEXPECT_FAIL("", "The event region doesn't include the original item position region. See task #259503.", Continue);
QCOMPARE(event->region(), updateRegion);
}
}