Un-QSKIP an autotest
authorAaron Kennedy <aaron.kennedy@nokia.com>
Fri, 6 Jan 2012 12:30:04 +0000 (12:30 +0000)
committerQt by Nokia <qt-info@nokia.com>
Sun, 8 Jan 2012 21:03:25 +0000 (22:03 +0100)
QTBUG-23484 has now been fixed.

Task-number: QTBUG-23484
Change-Id: I30252c9203c5c1348377a84518da816b1c15ff6d
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
tests/auto/qtquick2/qquicktextedit/tst_qquicktextedit.cpp

index 372e7d5..5e54a82 100644 (file)
@@ -1870,10 +1870,6 @@ void tst_qquicktextedit::delegateLoading()
     QFETCH(QString, qmlfile);
     QFETCH(QString, error);
 
-#ifdef Q_OS_MAC
-    QSKIP("QTBUG-23484");
-#endif
-
     TestHTTPServer server(42332);
     server.serveDirectory(testFile("httpfail"), TestHTTPServer::Disconnect);
     server.serveDirectory(testFile("httpslow"), TestHTTPServer::Delay);