diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2009-03-23 09:18:55 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-03-23 09:18:55 (GMT) |
commit | e5fcad302d86d316390c6b0f62759a067313e8a9 (patch) | |
tree | c2afbf6f1066b6ce261f14341cf6d310e5595bc1 /tests/auto/xmlpatternsxslts/XSLTS | |
download | Qt-e5fcad302d86d316390c6b0f62759a067313e8a9.zip Qt-e5fcad302d86d316390c6b0f62759a067313e8a9.tar.gz Qt-e5fcad302d86d316390c6b0f62759a067313e8a9.tar.bz2 |
Long live Qt 4.5!
Diffstat (limited to 'tests/auto/xmlpatternsxslts/XSLTS')
-rw-r--r-- | tests/auto/xmlpatternsxslts/XSLTS/.gitignore | 8 | ||||
-rwxr-xr-x | tests/auto/xmlpatternsxslts/XSLTS/updateSuite.sh | 18 |
2 files changed, 26 insertions, 0 deletions
diff --git a/tests/auto/xmlpatternsxslts/XSLTS/.gitignore b/tests/auto/xmlpatternsxslts/XSLTS/.gitignore new file mode 100644 index 0000000..5871431 --- /dev/null +++ b/tests/auto/xmlpatternsxslts/XSLTS/.gitignore @@ -0,0 +1,8 @@ +ExpectedTestResults/ +TestInputs/ +TestSuiteStagingArea/ +XSLTS_1_1_0.zip +cat/ +catalog.xml +catalog.xsd +catalogResolved.xml diff --git a/tests/auto/xmlpatternsxslts/XSLTS/updateSuite.sh b/tests/auto/xmlpatternsxslts/XSLTS/updateSuite.sh new file mode 100755 index 0000000..9b84427 --- /dev/null +++ b/tests/auto/xmlpatternsxslts/XSLTS/updateSuite.sh @@ -0,0 +1,18 @@ +# This script updates the suite from W3C's CVS server. +# +# NOTE: the files checked out CANNOT be added to Trolltech's +# repository at the moment, due to legal complications. However, +# when the test suite is publically released, it is posssible 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." +exit 1 + +# This is W3C's internal CVS server, not the public dev.w3.org. +export CVSROOT="fenglich@cvs.w3.org:path is currently unknown" + +echo "*** Enter 'anonymous' as password. ***" +cvs login + +mv catalog.xml catalogUnresolved.xml +xmllint --noent --output catalog.xml catalogUnresolved.xml |