[Python-checkins] CVS: python/dist/src/Lib/test/output test_sax,1.3,1.4

Lars Marius Garshol python-dev@python.org
Sun, 24 Sep 2000 13:19:47 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory slayer.i.sourceforge.net:/tmp/cvs-serv6445/test/output

Modified Files:
	test_sax 
Log Message:
Added EntityResolver and DTDHandler (patch 101631) with test cases.


Index: test_sax
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_sax,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** test_sax	2000/09/24 18:53:56	1.3
--- test_sax	2000/09/24 20:19:44	1.4
***************
*** 7,10 ****
--- 7,12 ----
  Passed test_expat_attrs_empty
  Passed test_expat_attrs_wattr
+ Passed test_expat_dtdhandler
+ Passed test_expat_entityresolver
  Passed test_expat_inpsource_filename
  Passed test_expat_inpsource_stream
***************
*** 21,23 ****
  Passed test_xmlgen_ns
  Passed test_xmlgen_pi
! 21 tests, 0 failures
--- 23,25 ----
  Passed test_xmlgen_ns
  Passed test_xmlgen_pi
! 23 tests, 0 failures