Remove QSKIPs from border image autotest.
authorMichael Brasser <michael.brasser@nokia.com>
Mon, 9 Jan 2012 03:07:04 +0000 (13:07 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 9 Jan 2012 04:48:48 +0000 (05:48 +0100)
The fix for QTBUG-23484 also fixed this issue.

Task-number: QTBUG-23479
Change-Id: If55e623432b9ad620cad91e5083b1f94382acec6
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
tests/auto/qtquick2/qquickborderimage/tst_qquickborderimage.cpp

index a85119a..c48830c 100644 (file)
@@ -350,11 +350,6 @@ void tst_qquickborderimage::pendingRemoteRequest()
 {
     QFETCH(QString, source);
 
-#ifdef Q_OS_MAC
-    if (source == QLatin1String("http://localhost/none.sci"))
-        QSKIP("QTBUG-23479");
-#endif
-
     QString componentStr = "import QtQuick 2.0\nBorderImage { source: \"" + source + "\" }";
     QDeclarativeComponent component(&engine);
     component.setData(componentStr.toLatin1(), QUrl::fromLocalFile(""));