From: Alan Alpert Date: Thu, 17 Nov 2011 01:43:21 +0000 (+1000) Subject: Un-skip Positioners test X-Git-Tag: qt-v5.0.0-alpha1~1087 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b37c6b05a363ce7a7074e1e6645e168f563c66d8;p=profile%2Fivi%2Fqtdeclarative.git Un-skip Positioners test This test was skipped because it inexplicably led to a crash on exit, but this crash is now fixed. Task-number: QTBUG-21995 Change-Id: I439a410a7f36adef9924d163941a79a39886a5d1 Reviewed-by: Kent Hansen --- diff --git a/tests/auto/declarative/qquickpositioners/tst_qquickpositioners.cpp b/tests/auto/declarative/qquickpositioners/tst_qquickpositioners.cpp index f50b5a5..ebfd394 100644 --- a/tests/auto/declarative/qquickpositioners/tst_qquickpositioners.cpp +++ b/tests/auto/declarative/qquickpositioners/tst_qquickpositioners.cpp @@ -1402,7 +1402,6 @@ void tst_qquickpositioners::test_attachedproperties_data() void tst_qquickpositioners::test_attachedproperties_dynamic() { - QSKIP("QTBUG-21995 - Test crashes on exit"); QQuickView *canvas = createView(TESTDATA("attachedproperties-dynamic.qml")); QVERIFY(canvas->rootObject() != 0);