summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicsview
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-10-28 00:19:24 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-10-29 03:26:56 (GMT)
commit526fdcafdba2b2984924b09b68c473b5160443a1 (patch)
tree12444de599be9a6cafe0bf0f1c53c9837c8032eb /tests/auto/qgraphicsview
parentcabfa68f3e37e79a18775a9970f6d166e75ece07 (diff)
downloadQt-526fdcafdba2b2984924b09b68c473b5160443a1.zip
Qt-526fdcafdba2b2984924b09b68c473b5160443a1.tar.gz
Qt-526fdcafdba2b2984924b09b68c473b5160443a1.tar.bz2
Change all valid Task-Tracker references to bugreports.qt.nokia.com reference.
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);
}
}