The fix for QTBUG-23484 also fixed this issue.
Task-number: QTBUG-23479
Change-Id: If55e623432b9ad620cad91e5083b1f94382acec6
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
{
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(""));