aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-06-29 16:17:43 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-03 09:29:44 +0200
commitfc909a49d3e8fa2132bf0951499a1d5cb1d541ca (patch)
treeb43bb65d7e26b6c1245fdfef841d4b106fb79d81 /tests
parent0437cef6f3db4e6dec460e0ace98787a7ea118e5 (diff)
Remove QSKIP() for polishOnCompleted() test
The test passes reliably now on Mac. Task-number: QTBUG-21590 Change-Id: I99b9d73cd8bbdd3f0b7df19e148bc02be6227289 Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/qquickitem/tst_qquickitem.cpp4
1 files changed, 0 insertions, 4 deletions
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<TestPolishItem*>(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;