aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextedit
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2012-05-23 13:06:06 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-24 17:49:31 +0200
commit59ddedfb6faf040eb052ee25ed7154de1b05eb2c (patch)
treeee23789bb8ccea288b6b2be06a662081f84efa00 /tests/auto/quick/qquicktextedit
parent6112c0f57177ee813271da54200a2d9f3ef20238 (diff)
Reenable QQuickTextEdit::delegateLoading for Mac OS X
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>
Diffstat (limited to 'tests/auto/quick/qquicktextedit')
-rw-r--r--tests/auto/quick/qquicktextedit/tst_qquicktextedit.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/quick/qquicktextedit/tst_qquicktextedit.cpp b/tests/auto/quick/qquicktextedit/tst_qquicktextedit.cpp
index 34d7cedca5..298a93cf58 100644
--- a/tests/auto/quick/qquicktextedit/tst_qquicktextedit.cpp
+++ b/tests/auto/quick/qquicktextedit/tst_qquicktextedit.cpp
@@ -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);