From f0a9c1efe36b952dfe3e802f3ceeee6ed10a65f5 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 14 Jan 2019 11:37:39 +0100 Subject: Stabilize tst_QQuickPathView::package() Add QQUICK_VERIFY_POLISH. Fixes: QTBUG-73007 Change-Id: I08d90058770ef496469b917892104c751b5cf9c1 Reviewed-by: Mitch Curtis --- tests/auto/quick/qquickpathview/tst_qquickpathview.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/quick/qquickpathview/tst_qquickpathview.cpp b/tests/auto/quick/qquickpathview/tst_qquickpathview.cpp index aceb61bde4..6267a3771e 100644 --- a/tests/auto/quick/qquickpathview/tst_qquickpathview.cpp +++ b/tests/auto/quick/qquickpathview/tst_qquickpathview.cpp @@ -1371,6 +1371,7 @@ void tst_QQuickPathView::package() QSKIP("QTBUG-27170 view does not reliably receive polish without a running animation"); #endif + QQUICK_VERIFY_POLISH(pathView); QQuickItem *item = findItem(pathView, "pathItem"); QVERIFY(item); QVERIFY(item->scale() != 1.0); -- cgit v1.2.3