From c520a9c4093bbe493e008a07b0c453d3c9fb1b69 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Thu, 6 Sep 2012 14:55:54 +0200 Subject: 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 --- tests/auto/quick/qquickpathview/tst_qquickpathview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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(pathView, "pathItem"); -- cgit v1.2.3