aboutsummaryrefslogtreecommitdiffstats
path: root/check-xml-test-suite.py
Commit message (Collapse)AuthorAgeFilesLines
* fix to adapt varaiations in the bindings fixed to have the version of theDaniel Veillard2002-03-091-8/+32
| | | | | | | | * check-xml-test-suite.py: fix to adapt varaiations in the bindings * configure.in python/setup.py python/setup.py.in: fixed to have the version of the python scripts automatically updated Daniel
* more validation test fixups added duration info for the tests DanielDaniel Veillard2002-02-191-2/+5
| | | | | | * SAX.c parser.c valid.c: more validation test fixups * check-xml-test-suite.py: added duration info for the tests Daniel
* fixed the test script after some discussion on the semantic ofDaniel Veillard2002-02-181-2/+31
| | | | | | | * check-xml-test-suite.py: fixed the test script after some discussion on the semantic of TYPE="error" * Makefile.am: added the script to the distrib Daniel
* improved the behaviour a bit as well as the logs fixed a few more bugsDaniel Veillard2002-02-171-4/+28
| | | | | | | | * check-xml-test-suite.py: improved the behaviour a bit as well as the logs * parser.c valid.c SAX.c: fixed a few more bugs "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error" Daniel
* python script to run regression tests against the XML Test suite ofDaniel Veillard2002-02-171-0/+330
* check-xml-test-suite.py: python script to run regression tests against the XML Test suite of W3C/OASis * SAX.c: fixed a validation bug * parser.c: fixed 3 errors pointed by the test suite * doc/buildDocBookCatalog: fixed a typo pointed by drake * python/Makefile.am: fixed a dependendy Daniel