summaryrefslogtreecommitdiff
path: root/check-xsddata-test-suite.py
Commit message (Collapse)AuthorAgeFilesLines
* patches from John Carr to start cleaning up 'make diskcheck' problems c.f.Daniel Veillard2008-01-111-1/+1
| | | | | | | | | | * check-relaxng-test-suite2.py check-relaxng-test-suite.py Makefile.am python/tests/Makefile.am python/Makefile.am check-xsddata-test-suite.py: patches from John Carr to start cleaning up 'make diskcheck' problems c.f. #506228 Daniel svn path=/trunk/; revision=3674
* changed changed sys.path setting from 'append' to 'insert' (patch suppliedWilliam M. Brack2004-10-021-1/+1
| | | | | | | | * check-relaxng-test-suite.py, check-relaxng-test-suite2.py, check-xinclude-test-suite.py, check-xml-test-suite.py, check-xsddata-test-suite.py, doc/examples/index.py: changed changed sys.path setting from 'append' to 'insert' (patch supplied by Malcolm Tredinnick) (bug 153716)
* remove a memory leak on schemas type facets. reduce verbosity incorporatedDaniel Veillard2004-03-221-11/+18
| | | | | | | | | * relaxng.c: remove a memory leak on schemas type facets. * check-relaxng-test-suite.py check-relaxng-test-suite2.py check-xsddata-test-suite.py: reduce verbosity * configure.in Makefile.am: incorporated the Python regressions tests for Relax-NG and Schemas Datatype to "make tests" Daniel
* cosmetic change for output try to minimize calls to malloc/free forDaniel Veillard2003-03-191-6/+13
| | | | | | * check-xsddata-test-suite.py: cosmetic change for output * relaxng.c: try to minimize calls to malloc/free for states. Daniel
* removed a warning more cleanup, added ENTITY and ENTITIES supportDaniel Veillard2003-03-181-22/+71
| | | | | | | | | | * tree.c: removed a warning * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES support * check-relaxng-test-suite.py check-xsddata-test-suite.py: cleanup/improvements of the regression tests batch * test/relaxng/testsuite.xml: augmented libxml2 own testsuite Daniel
* give more infos fix a bug reported by Sebastian Rahtz and REF->DEF inDaniel Veillard2003-02-271-29/+17
| | | | | | | * check-xsddata-test-suite.py: give more infos * relaxng.c: fix a bug reported by Sebastian Rahtz and REF->DEF in attribute values. Daniel
* import of the XSD Datatype regression tests from James Clark. DanielDaniel Veillard2003-02-271-0/+369
* check-xsddata-test-suite.py test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: import of the XSD Datatype regression tests from James Clark. Daniel