tst_QQuickPathView::package(): updated QSKIP()
authorJ-P Nurmi <j-p.nurmi@nokia.com>
Thu, 6 Sep 2012 12:55:54 +0000 (14:55 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 7 Sep 2012 13:55:36 +0000 (15:55 +0200)
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>
tests/auto/quick/qquickpathview/tst_qquickpathview.cpp

index 748df94..0579111 100644 (file)
@@ -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");