summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml/dom/qdom/tst_qdom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/xml/dom/qdom/tst_qdom.cpp')
-rw-r--r--tests/auto/xml/dom/qdom/tst_qdom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/xml/dom/qdom/tst_qdom.cpp b/tests/auto/xml/dom/qdom/tst_qdom.cpp
index 2e5643ac22..5045200d05 100644
--- a/tests/auto/xml/dom/qdom/tst_qdom.cpp
+++ b/tests/auto/xml/dom/qdom/tst_qdom.cpp
@@ -1965,7 +1965,7 @@ void tst_QDom::setContentUnopenedQIODevice() const
QTest::ignoreMessage(QtWarningMsg,
"QDomDocument called with unopened QIODevice. "
- "This will not be supported in future Qt versions");
+ "This will not be supported in future Qt versions.");
// Note: the check below is expected to fail in Qt 7.
// Fix the test and remove the obsolete code from setContent().