diff options
-rw-r--r-- | tests/auto/qxmlquery/tst_qxmlquery.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/auto/qxmlquery/tst_qxmlquery.cpp b/tests/auto/qxmlquery/tst_qxmlquery.cpp index 1bd1b52..928d67b 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; |