summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2010-06-04Merge branch 'master' of git://pyxb.git.sourceforge.net/gitroot/pyxb/pyxbHEADmasterThorsten Behrens12-202/+268
2010-05-30Remove unreferenced NFA codePeter A. Bigot1-199/+0
2010-05-30Integrate specific test for trac/33Peter A. Bigot2-0/+9
2010-05-29New test for nested choice/sequencePeter A. Bigot1-0/+54
2010-05-29Just enough wildcard validation to make the content work.Peter A. Bigot1-3/+3
2010-05-28Denote element number in contentPeter A. Bigot1-1/+3
2010-05-28Test program, confirms parse time is exponential in lengthPeter A. Bigot1-0/+47
2010-05-27Fix permissions on test scriptPeter A. Bigot1-0/+0
2010-05-27Correct parameter to set constructorPeter A. Bigot3-0/+26
2010-05-05Check flag only if relevant; add test to verify fixPeter A. Bigot1-0/+7
2010-05-03Tweaked test scriptsThorsten Behrens1-1/+1
2010-03-18Add full unit testPeter A. Bigot2-0/+66
2010-03-18Trac #80: attributes treated incorrectly with multiple levels of restriction/...Peter A. Bigot2-0/+54
2010-01-28Disable tests that do not yet pass, to avoid confusing userspab2-0/+9
2010-01-28Eliminate cache of name_expr in template map: must be locally computedpab1-2/+10
2010-01-28Eliminate dependence on OpenGIS for reproductionpab4-10/+24
2010-01-27Detect processing of XML documents that are not schema documentspab1-1/+14
2010-01-27Detect initializing using unrecognized keywords as content specifierspab3-2/+44
2010-01-27Clean up, isolating problem to lack of conversion of pyxb.BINDpab1-8/+44
2010-01-27Mark that this test is not completepab1-0/+9
2010-01-27Remove unnecessary (and failing) assertionpab1-1/+0
2010-01-27Provide content information in UnrecognizedContentError exceptionpab1-6/+8
2010-01-27Reproducer for #71pab1-0/+87
2010-01-27Provide diagnostic information along with UnrecognizedElementErrorpab2-6/+61
2010-01-27First pass at addressing trac #75pab1-0/+78
2010-01-27Rename to avoid interference with autotest infrastructure (do not sys.exit() ...pab2-1/+1
2010-01-27Reproducer for trac #73pab3-0/+22
2010-01-27Reproducer for trac #72pab3-0/+9
2009-12-12Add facility to detect running with optimization active; use this to disable ...pab1-2/+3
2009-12-10Fix #65, various problems with module file pathspab2-0/+55
2009-11-29Extend built-in XMLSchema_instance namespace to allow control of thepab1-4/+211
2009-11-29Disable undesired writing of generated codepab1-1/+1
2009-11-29First step towards test for #60pab1-0/+106
2009-11-29Fix trac #61pab1-0/+98
2009-11-20Fix trac #58pab1-0/+35
2009-11-20Correct contributor's namepab1-1/+1
2009-11-20Fix problem in trac 57pab1-0/+68
2009-11-19Fix Trac 56: invalid/missing diagnostic on misuse of xsi:typepab1-0/+61
2009-10-17Do full validation when creating instances from DOM (including saxer parsing)...pab1-0/+66
2009-09-25Fix #52: use of undefined variablepab1-0/+43
2009-09-11Clean-up and documentation of XML regular expression stuffpab1-17/+17
2009-09-06Raise exception on attempt to assign over reserved symbolspab1-0/+46
2009-09-06Stop writing generated code unnecessarilypab1-1/+1
2009-09-06Unit test for Trac DR 47pab1-0/+88
2009-09-06Test underscore in namespab1-0/+6
2009-09-06Escape the characters that cannot appear directly in a character class expres...pab1-0/+9
2009-09-06Pull unit tests for xmlre out to separate filepab1-0/+175
2009-09-06Correct conversion of codepoint sets to strings (produce unicode strings, not...pab1-2/+2
2009-09-06Provide conversion from code point set to single character unicode stringpab1-1/+10
2009-09-04Express code point sets as regular expression character groupspab1-0/+14