From fc909a49d3e8fa2132bf0951499a1d5cb1d541ca Mon Sep 17 00:00:00 2001 From: Bea Lam Date: Fri, 29 Jun 2012 16:17:43 +1000 Subject: Remove QSKIP() for polishOnCompleted() test The test passes reliably now on Mac. Task-number: QTBUG-21590 Change-Id: I99b9d73cd8bbdd3f0b7df19e148bc02be6227289 Reviewed-by: Michael Brasser --- tests/auto/quick/qquickitem/tst_qquickitem.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests') diff --git a/tests/auto/quick/qquickitem/tst_qquickitem.cpp b/tests/auto/quick/qquickitem/tst_qquickitem.cpp index 36d46c54f8..afbad19124 100644 --- a/tests/auto/quick/qquickitem/tst_qquickitem.cpp +++ b/tests/auto/quick/qquickitem/tst_qquickitem.cpp @@ -1355,10 +1355,6 @@ void tst_qquickitem::polishOnCompleted() TestPolishItem *item = qobject_cast(view->rootObject()); QVERIFY(item); -#ifdef Q_OS_MAC - QSKIP("QTBUG-21590 view does not reliably receive polish without a running animation"); -#endif - QTRY_VERIFY(item->wasPolished); delete view; -- cgit v1.2.3