summaryrefslogtreecommitdiff
path: root/src/lxml/tests/test_xmlschema.py
Commit message (Collapse)AuthorAgeFilesLines
* [svn r4185] r5192@delle: sbehnel | 2009-07-14 21:07:32 +0200scoder2009-07-141-6/+6
| | | | | | | Py3.1 test fixes --HG-- branch : trunk
* [svn r4151] r5128@delle: sbehnel | 2009-05-31 22:46:55 +0200scoder2009-05-311-0/+109
| | | | | | | support injecting XML Schema default attributes into a document during validation --HG-- branch : trunk
* [svn r4131] r5088@delle: sbehnel | 2009-03-02 14:06:27 +0100scoder2009-03-021-4/+16
| | | | | | | fix crash bug when parsing an XMLSchema with imports from a filename --HG-- branch : trunk
* [svn r3859] r4557@delle: sbehnel | 2008-06-25 09:25:08 +0200scoder2008-06-251-1/+104
| | | | | | | applied and refactored schema/xinclude resolvers patch by Michael Ballback --HG-- branch : trunk
* [svn r3758] r4374@delle: sbehnel | 2008-05-26 12:12:39 +0200scoder2008-05-261-2/+3
| | | | | | | doctest work-arounds for Py3 --HG-- branch : trunk
* [svn r3725] r4283@delle: sbehnel | 2008-05-21 20:56:09 +0200scoder2008-05-211-6/+10
| | | | | | | Py3 test fixes --HG-- branch : trunk
* [svn r3689] r4235@delle: sbehnel | 2008-05-19 23:57:56 +0200scoder2008-05-201-1/+1
| | | | | | | Py3 test fixes --HG-- branch : trunk
* [svn r3452] r3820@delle: sbehnel | 2008-03-23 18:48:28 +0100scoder2008-03-231-0/+35
| | | | | | | fix for iterparse crash with XML schema validation --HG-- branch : trunk
* [svn r3220] r3349@delle: sbehnel | 2008-01-28 11:05:44 +0100scoder2008-01-281-1/+21
| | | | | | | support parsing from StringIO in XMLSchema/RelaxNG --HG-- branch : trunk
* [svn r3159] r3226@delle: sbehnel | 2008-01-10 20:28:46 +0100scoder2008-01-111-0/+20
| | | | | | | on-the-fly XML schema validation in the parser --HG-- branch : trunk
* [svn r2565] disable calling unittest scripts directlyscoder2007-07-021-1/+1
| | | | | --HG-- branch : trunk
* [svn r2163] cleanup in doctests - left over of recent splitscoder2007-02-261-1/+3
| | | | | --HG-- branch : trunk
* [svn r1292] fix crashes when calling API functions with uninitialized ↵scoder2006-05-261-0/+3
| | | | | | | ElementTree objects --HG-- branch : trunk
* [svn r1069] fix file encoding header for Emacsscoder2006-05-051-1/+1
| | | | | --HG-- branch : trunk
* [svn r1027] merged APIs of RelaxNG and XMLSchema into new _Validator ↵scoder2006-04-281-6/+8
| | | | | | | superclass, updated doctests --HG-- branch : trunk
* [svn r900] new XMLSchema test case that crashes lxml if parsed schema ↵scoder2006-04-131-1/+6
| | | | | | | document is not in the XML-Schema namespace --HG-- branch : trunk
* [svn r455] split-up of test casesscoder2005-11-141-2218/+5
| | | | | --HG-- branch : trunk
* [svn r454] copied test_etree.py into new module test filesscoder2005-11-141-0/+2285
--HG-- branch : trunk rename : src/lxml/tests/test_etree.py => src/lxml/tests/test_elementtree.py rename : src/lxml/tests/test_etree.py => src/lxml/tests/test_io.py rename : src/lxml/tests/test_etree.py => src/lxml/tests/test_relaxng.py rename : src/lxml/tests/test_etree.py => src/lxml/tests/test_xmlschema.py rename : src/lxml/tests/test_etree.py => src/lxml/tests/test_xslt.py