summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicsview
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-10-29 09:34:37 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-10-29 09:34:37 (GMT)
commit2f5a5804fb42a4c956f366d002a94076d6623a45 (patch)
treecf78d26f0c804d3d26c723784629440453c26246 /tests/auto/qgraphicsview
parentffe49ed60c9ee778b9999ee4145b44851b053f9f (diff)
parentf425c08d4f2e7f061a0ee8e4a1eee2b17fa64962 (diff)
downloadQt-2f5a5804fb42a4c956f366d002a94076d6623a45.zip
Qt-2f5a5804fb42a4c956f366d002a94076d6623a45.tar.gz
Qt-2f5a5804fb42a4c956f366d002a94076d6623a45.tar.bz2
Merge branch '4.6' into core-4.6
Diffstat (limited to 'tests/auto/qgraphicsview')
-rw-r--r--tests/auto/qgraphicsview/tst_qgraphicsview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgraphicsview/tst_qgraphicsview.cpp b/tests/auto/qgraphicsview/tst_qgraphicsview.cpp
index dc08d0e..9b5e114 100644
--- a/tests/auto/qgraphicsview/tst_qgraphicsview.cpp
+++ b/tests/auto/qgraphicsview/tst_qgraphicsview.cpp
@@ -3735,7 +3735,7 @@ void tst_QGraphicsView::task259503_scrollingArtifacts()
{
// qDebug() << event->region();
// qDebug() << updateRegion;
- QEXPECT_FAIL("", "The event region doesn't include the original item position region. See task #259503.", Continue);
+ QEXPECT_FAIL("", "The event region doesn't include the original item position region. See QTBUG-4416", Continue);
QCOMPARE(event->region(), updateRegion);
}
}