aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJ-P Nurmi <j-p.nurmi@nokia.com>2012-09-06 14:55:54 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-07 15:55:36 +0200
commitc520a9c4093bbe493e008a07b0c453d3c9fb1b69 (patch)
tree0e5883f6adf3bbb2c7b3d3ad3a74e77082e27f09 /tests
parent1578f745bf94f9522f0805019becf10c146a67de (diff)
tst_QQuickPathView::package(): updated QSKIP()
QTBUG-21590 has been marked as resolved, but the problem persists. A new bug QTBUG-27170 has been reported and the QSKIP() updated accordingly. Task-number: QTBUG-27170 Change-Id: I91d7df2588d87af833502f6c11d2e6a051e4ebb5 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/qquickpathview/tst_qquickpathview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qquickpathview/tst_qquickpathview.cpp b/tests/auto/quick/qquickpathview/tst_qquickpathview.cpp
index 748df947e9..05791114d3 100644
--- a/tests/auto/quick/qquickpathview/tst_qquickpathview.cpp
+++ b/tests/auto/quick/qquickpathview/tst_qquickpathview.cpp
@@ -1342,7 +1342,7 @@ void tst_QQuickPathView::package()
QVERIFY(pathView);
#ifdef Q_OS_MAC
- QSKIP("QTBUG-21590 view does not reliably receive polish without a running animation");
+ QSKIP("QTBUG-27170 view does not reliably receive polish without a running animation");
#endif
QQuickItem *item = findItem<QQuickItem>(pathView, "pathItem");