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

Lars Marius Garshol python-dev@python.org
Sun, 24 Sep 2000 11:53:59 -0700


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

Modified Files:
	test_sax 
Log Message:
Added test cases for the InputSource class.


Index: test_sax
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_sax,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** test_sax	2000/09/24 18:40:52	1.2
--- test_sax	2000/09/24 18:53:56	1.3
***************
*** 7,10 ****
--- 7,13 ----
  Passed test_expat_attrs_empty
  Passed test_expat_attrs_wattr
+ Passed test_expat_inpsource_filename
+ Passed test_expat_inpsource_stream
+ Passed test_expat_inpsource_sysid
  Passed test_expat_nsattrs_empty
  Passed test_expat_nsattrs_wattr
***************
*** 18,20 ****
  Passed test_xmlgen_ns
  Passed test_xmlgen_pi
! 18 tests, 0 failures
--- 21,23 ----
  Passed test_xmlgen_ns
  Passed test_xmlgen_pi
! 21 tests, 0 failures