summaryrefslogtreecommitdiff
path: root/tests/auto/qxmlquery/tst_qxmlquery.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qxmlquery/tst_qxmlquery.cpp')
-rw-r--r--tests/auto/qxmlquery/tst_qxmlquery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qxmlquery/tst_qxmlquery.cpp b/tests/auto/qxmlquery/tst_qxmlquery.cpp
index 96a7e16..2cb79a6 100644
--- a/tests/auto/qxmlquery/tst_qxmlquery.cpp
+++ b/tests/auto/qxmlquery/tst_qxmlquery.cpp
@@ -2103,7 +2103,7 @@ void tst_QXmlQuery::fnDocNetworkAccessFailure_data() const
QTest::newRow("data scheme, not-well-formed")
<< QUrl(QLatin1String("data:application/xml;base64,PGUvg==="));
- QTest::newRow("file scheme, non-existant file")
+ QTest::newRow("file scheme, non-existent file")
<< QUrl(QLatin1String("file:///example.com/does/notExist.xml"));
QTest::newRow("http scheme, file not found")