diff options
Diffstat (limited to 'tests/auto/qxmlquery/tst_qxmlquery.cpp')
-rw-r--r-- | tests/auto/qxmlquery/tst_qxmlquery.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qxmlquery/tst_qxmlquery.cpp b/tests/auto/qxmlquery/tst_qxmlquery.cpp index 241a43a..fd56c36 100644 --- a/tests/auto/qxmlquery/tst_qxmlquery.cpp +++ b/tests/auto/qxmlquery/tst_qxmlquery.cpp @@ -96,6 +96,7 @@ public: } private Q_SLOTS: + void initTestCase(); void defaultConstructor() const; void copyConstructor() const; void constructorQXmlNamePool() const; @@ -257,6 +258,11 @@ private: const bool m_testNetwork; }; +void tst_QXmlQuery::initTestCase() +{ + QVERIFY(QtNetworkSettings::verifyTestNetworkSettings()); +} + void tst_QXmlQuery::checkBaseURI(const QUrl &baseURI, const QString &candidate) { /* The use of QFileInfo::canonicalFilePath() takes into account that drive letters |