[XML-SIG] Patch: Generic test_sax.py

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Fri, 28 Sep 2001 07:34:24 +0200


> The following patch changes test_sax.py so that it tests ANY sax
> driver (i.e. the current driver according to PY_SAX_PRSER etc.). 
> The only thing remaining expat-specific are the tests for 
> incremental parsing. expat passes the changed tests.
> 
> Comments? If anyone objects to the changes in-place , I'll add 
> the patched module as "test_sax2.py".

test_sax.py is a file shared with Python (more or less), please see
test.test_sax. It appears that your patch would prohibit
synchronization with Python. If you can fix that (i.e. test_sax
continues to operate in a Python-without-PyXML installation), feel
free to apply the patch (and I'll forward it into Python). If not,
you'd need to create second test case.

Regards,
Martin