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

Martin v. Löwis python-dev@python.org
Fri, 6 Oct 2000 14:13:25 -0700


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

Modified Files:
	test_sax 
Log Message:
Add a test case for reporting the file name, and for reporting an error
for incomplete input.


Index: test_sax
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_sax,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** test_sax	2000/10/06 17:41:51	1.5
--- test_sax	2000/10/06 21:13:23	1.6
***************
*** 9,13 ****
--- 9,15 ----
  Passed test_expat_dtdhandler
  Passed test_expat_entityresolver
+ Passed test_expat_incomplete
  Passed test_expat_inpsource_filename
+ Passed test_expat_inpsource_location
  Passed test_expat_inpsource_stream
  Passed test_expat_inpsource_sysid
***************
*** 24,26 ****
  Passed test_xmlgen_ns
  Passed test_xmlgen_pi
! 24 tests, 0 failures
--- 26,28 ----
  Passed test_xmlgen_ns
  Passed test_xmlgen_pi
! 26 tests, 0 failures