diff --git a/tests/auto/qxmlquery/tst_qxmlquery.cpp b/tests/auto/qxmlquery/tst_qxmlquery.cpp index 1bd1b527e31440db7fab6e4bcc972ba0861b1c1f..928d67bc805b0ab69095bd83a4c241ad7495f3e8 100644 --- a/tests/auto/qxmlquery/tst_qxmlquery.cpp +++ b/tests/auto/qxmlquery/tst_qxmlquery.cpp @@ -2108,10 +2108,7 @@ void tst_QXmlQuery::fnDocNetworkAccessFailure_data() const << QUrl(QLatin1String("qrc:/QXmlQueryTestData/notWellformed.xml")); QTest::newRow("'qrc:/', non-existing file") - << QUrl(QLatin1String(":/QXmlQueryTestData/data/thisFileDoesNotExist.xml")); - - QTest::newRow("':/', this scheme is not supported") - << QUrl(QLatin1String(":/QXmlQueryTestData/data/notWellformed.xml")); + << QUrl(QLatin1String("qrc:/QXmlQueryTestData/data/thisFileDoesNotExist.xml")); if(!m_testNetwork) return;