summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-04-01 14:49:45 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-01 14:54:25 +0200
commitd25091bb8b52455e415f8147a9100094c489a041 (patch)
treeadc33bf2c21203cbce9957c288cd12c962e37a16 /tests
parente14e55a6d222346f3d4a27c310913ed0742c3e6b (diff)
downloadqtxmlpatterns-d25091bb8b52455e415f8147a9100094c489a041.tar.gz
Change-Id: I4754f1bc1f9fb3e099fc7c7135ca0a933d9b7475 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'tests')
-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")