aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-11-17 11:43:21 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-18 10:32:01 +0100
commitb37c6b05a363ce7a7074e1e6645e168f563c66d8 (patch)
tree0896e0da1f6f3652f4e13514e37d717ab78ff27b /tests
parentdb510f4880625d4a4b1dbcaa086a68bb1cf90eec (diff)
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qquickpositioners/tst_qquickpositioners.cpp1
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 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);