summaryrefslogtreecommitdiffstats
path: root/tests/auto/xmlpatternsxslts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/xmlpatternsxslts')
-rwxr-xr-xtests/auto/xmlpatternsxslts/XSLTS/updateSuite.sh4
-rw-r--r--tests/auto/xmlpatternsxslts/tst_xmlpatternsxslts.cpp2
-rw-r--r--tests/auto/xmlpatternsxslts/xmlpatternsxslts.pro1
3 files changed, 4 insertions, 3 deletions
diff --git a/tests/auto/xmlpatternsxslts/XSLTS/updateSuite.sh b/tests/auto/xmlpatternsxslts/XSLTS/updateSuite.sh
index fea4e07..0df5a1a 100755
--- a/tests/auto/xmlpatternsxslts/XSLTS/updateSuite.sh
+++ b/tests/auto/xmlpatternsxslts/XSLTS/updateSuite.sh
@@ -42,9 +42,9 @@
# This script updates the suite from W3C's CVS server.
#
-# NOTE: the files checked out CANNOT be added to Trolltech's
+# NOTE: the files checked out CANNOT be added to Qt's
# repository at the moment, due to legal complications. However,
-# when the test suite is publically released, it is posssible as
+# when the test suite is publically released, it is possible as
# according to W3C's usual license agreements.
echo "*** This script typically doesn't need to be run, and it needs to be updated anyway."
diff --git a/tests/auto/xmlpatternsxslts/tst_xmlpatternsxslts.cpp b/tests/auto/xmlpatternsxslts/tst_xmlpatternsxslts.cpp
index ba9cfa8..fb1393f 100644
--- a/tests/auto/xmlpatternsxslts/tst_xmlpatternsxslts.cpp
+++ b/tests/auto/xmlpatternsxslts/tst_xmlpatternsxslts.cpp
@@ -61,7 +61,7 @@ protected:
virtual void catalogPath(QString &write) const;
};
-tst_XmlPatternsXSLTS::tst_XmlPatternsXSLTS() : tst_SuiteTest(true)
+tst_XmlPatternsXSLTS::tst_XmlPatternsXSLTS() : tst_SuiteTest(tst_SuiteTest::XsltSuite)
{
}
diff --git a/tests/auto/xmlpatternsxslts/xmlpatternsxslts.pro b/tests/auto/xmlpatternsxslts/xmlpatternsxslts.pro
index 4a688c4..9b63a52 100644
--- a/tests/auto/xmlpatternsxslts/xmlpatternsxslts.pro
+++ b/tests/auto/xmlpatternsxslts/xmlpatternsxslts.pro
@@ -23,3 +23,4 @@ wince*: {
DEPLOYMENT += testdata
}
+requires(contains(QT_CONFIG,private_tests))