From b37c6b05a363ce7a7074e1e6645e168f563c66d8 Mon Sep 17 00:00:00 2001
From: Alan Alpert <alan.alpert@nokia.com>
Date: Thu, 17 Nov 2011 11:43:21 +1000
Subject: [PATCH] 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 <kent.hansen@nokia.com>
---
 .../auto/declarative/qquickpositioners/tst_qquickpositioners.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/auto/declarative/qquickpositioners/tst_qquickpositioners.cpp b/tests/auto/declarative/qquickpositioners/tst_qquickpositioners.cpp
index f50b5a5b49..ebfd394b0e 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);
 
-- 
GitLab