From b37c6b05a363ce7a7074e1e6645e168f563c66d8 Mon Sep 17 00:00:00 2001 From: Alan Alpert 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 --- .../qquickpositioners/tst_qquickpositioners.cpp | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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); -- 1.7.2.5