- 03 Jul, 2005 1 commit
-
-
Daniel Veillard authored
* runsuite.c: expanded test * xmlregexp.c: found and fixed the leak exposed by Microsoft regtests Daniel
-
- 02 Jul, 2005 2 commits
-
-
Daniel Veillard authored
* runsuite.c: a bit of progresses on xstc Daniel
-
Daniel Veillard authored
* runsuite.c: completed the simple checks for Relax-NG suites back to the same 11 errors as in the Python runs. Daniel
-
- 30 Jun, 2005 1 commit
-
-
Daniel Veillard authored
* runtest.c: complete, checking on other platforms is needed * README: updated * debugXML.c: fix a bug raised by bill on IRC * relaxng.c: fix a leak in weird circumstances * runsuite.c Makefile.am: standalone test tool agaisnt the regression suites, work in progress Daniel
-
- 28 Jun, 2005 1 commit
-
-
Daniel Veillard authored
* runtest.c: adding URI tests Daniel
-
- 27 Jun, 2005 14 commits
-
-
Daniel Veillard authored
* runtest.c: adding xml:id Daniel
-
Daniel Veillard authored
* runtest.c: finishing XPath, adding XPointer Daniel
-
Daniel Veillard authored
* runtest.c: adding more coverage, XInclude and starting XPath Daniel
-
Kasimier T. Buchcik authored
* tree.c include/libxml/tree.h: Added allocation/deallocation functions for the DOM-wrapper context.
-
Kasimier T. Buchcik authored
* tree.c: Commented the new functions to be experimental.
-
Daniel Veillard authored
* error.c valid.c: working some weird error reporting problem for DTD validation. * runtest.c: augmented with DTD validation tests * result/VC/OneID*: slight change in validation output. Daniel
-
Daniel Veillard authored
* runtest.c: added most HTML tests Daniel
-
Kasimier T. Buchcik authored
* test/namespaces/reconcile/tests.xml test/namespaces/reconcile/tests-to-c.xsl: Added initial tests for some new DOM-wrapper helping functions.
-
Kasimier T. Buchcik authored
* xstc/xstc-to-python.xsl: Cleanup. * xstc/sun-test-def.xml xstc/nist-test-def.xml xstc/ms-test-def.xml: Removed, those are not needed anymore due to the new test suite.
-
Daniel Veillard authored
* result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently missing. * runtest.c: added SAX1/SAX2 checks. Daniel
-
Kasimier T. Buchcik authored
* tree.c include/libxml/tree.h: Added xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and xmlDOMWrapRemoveNode() to the API. These are functions intended to be used with DOM-wrappers.
-
Daniel Veillard authored
* runtest.c: continue to increase the tests Daniel
-
Daniel Veillard authored
* runtest.c: continue to increase the tests Daniel
-
Daniel Veillard authored
* runtest.c: continue to increase the tests Daniel
-
- 26 Jun, 2005 1 commit
-
-
Daniel Veillard authored
* include/libxml/valid.h valid.c: avoid name glob in agruments as it matches the glob() routine. * runtest.c Makefile.am: first steps toward a C regression test framework. Daniel
-
- 25 Jun, 2005 1 commit
-
-
William M. Brack authored
* configure.in: fixed a problem with the detection of ss_family for ipV6, as reported on the mailing list by Doug Orleans.
-
- 21 Jun, 2005 2 commits
-
-
Kasimier T. Buchcik authored
* test/schemas/empty-value* result/schemas/empty-value*: Added regression tests (from Dhyanesh).
-
Kasimier T. Buchcik authored
* xmlschemas.c: Fixed NULL values to be validated as empty string values (reported by Dhyanesh to the mailing list). Adjusted text concatenation of mixed content.
-
- 20 Jun, 2005 1 commit
-
-
Daniel Veillard authored
* tree.c valid.c: applied patch from Rob Richards for removal of ID (and xml:id) * xmlreader.c: applied patch from James Wert implementing xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml Daniel
-
- 16 Jun, 2005 1 commit
-
-
Kasimier T. Buchcik authored
* xmlschemas.c: Fixed SAX2 validation: grow of internal namespace list, appending of element character content. * xstc/xstc.py: Added "--sax" option for SAX2 validation.
-
- 15 Jun, 2005 5 commits
-
-
Kasimier T. Buchcik authored
* xmlschemastypes.c: Added missing function descriptions.
-
Daniel Veillard authored
* xmllint.c: if sax1 is used and input is a file use the old API xmlParseFile() * xmlschemas.c: cleanups * doc/* testapi.c elfgcchack.h: rebuilt to add python bindings for the new functions in Schemas. Daniel
-
Kasimier T. Buchcik authored
* xmlschemas.c include/libxml/xmlschemas.h: Added xmlSchemaValidateFile() to the public API. This will use SAX2-driven validation.
-
Kasimier T. Buchcik authored
* result/schemas/bug306806_1_0 result/schemas/bug306806_1_0.err: Added schema test results (Tom Browder, bug #306806).
-
Kasimier T. Buchcik authored
* test/schemas/bug306806_1.xsd test/schemas/bug306806_0.xml: Added schema tests submitted by Tom Browder (bug #306806).
-
- 14 Jun, 2005 3 commits
-
-
William M. Brack authored
* pattern.c: adjusted last change to xmlCompilePathPattern, fixed one compilation warning
-
Kasimier T. Buchcik authored
* pattern.c: Some changes/fixes to the streaming evaluation. * xmlschemas.c: A bit of support for parsing the schema for schema. Fixed attribute derivation when the use is "prohibited" and was "optional". Fixed an attribute construction bug, a left-over from the time, where <complexContent>, <extension>, etc. where created as structs.
-
Daniel Veillard authored
* libxml-2.0.pc.in: removed a redundant include path Daniel
-
- 13 Jun, 2005 3 commits
-
-
Kasimier T. Buchcik authored
* xstc/Makefile.am: Some more adjustments.
-
Kasimier T. Buchcik authored
* xstc/Makefile.am: Changed test extraction process, since some boxes don't know about "tar --strip-path".
-
Daniel Veillard authored
* relaxng.c: fixed a bug exposed by Rob Richards in the mailing-list * result//compare0* test//compare0*: added the regression test in the suite as this went unnoticed ! Daniel
-
- 09 Jun, 2005 4 commits
-
-
William M. Brack authored
* pattern.c, xpath.c, include/libxml/pattern.h: Further enhancement for XPath streaming, consolidated with schemas usage of pattern.c. Added a new enum xmlPatternFlags. * doc/*, testapi.c, elfgcchack.h: updated to reflect new enum. * test/XPath/tests/mixedpat, test/XPath/docs/mixed, result/XPath/mixedpat: added regression test for problems reported in bug306348
-
Kasimier T. Buchcik authored
* xmlschemastypes.c: Changed non-prefixed QNames to be bound to a default namespace if existent.
-
Kasimier T. Buchcik authored
* xmlschemastypes.c: Fixed a bug which I invented: hexBinary's string values were not duplicated corrently when creating a computed value in xmlSchemaValAtomicType.
-
Kasimier T. Buchcik authored
* xmlschemas.c result/schemas/include1_0_0.err: Fixed an attribute fixed/default value constraint error.
-