Reenable QQuickTextEdit::delegateLoading for Mac OS X
authorGunnar Sletta <gunnar.sletta@nokia.com>
Wed, 23 May 2012 11:06:06 +0000 (13:06 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 24 May 2012 15:49:31 +0000 (17:49 +0200)
The render loop has been rewritten and the crash is no longer
reproducable.

Change-Id: I1402f7875075e4e552f7c430bbf1ca833d8dc601
Reviewed-by: Gatis Paeglis <gatis.paeglis@nokia.com>
Reviewed-by: Kim M. Kalland <kim.kalland@nokia.com>
tests/auto/quick/qquicktextedit/tst_qquicktextedit.cpp

index 34d7ced..298a93c 100644 (file)
@@ -2230,9 +2230,6 @@ void tst_qquicktextedit::delegateLoading_data()
 
 void tst_qquicktextedit::delegateLoading()
 {
-#ifdef Q_OS_MAC
-    QSKIP("Test crashes during canvas tear down. QTBUG-23010");
-#endif
     QFETCH(QString, qmlfile);
     QFETCH(QString, error);