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

Martin v. Löwis python-dev@python.org
Fri, 6 Oct 2000 10:41:54 -0700


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

Modified Files:
	test_sax 
Log Message:
Add SAXReaderNotAvailable, and use it to distinguish between an
ImportError, and a missing driver.


Index: test_sax
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_sax,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** test_sax	2000/09/24 20:19:44	1.4
--- test_sax	2000/10/06 17:41:51	1.5
***************
*** 15,18 ****
--- 15,19 ----
  Passed test_expat_nsattrs_wattr
  Passed test_filter_basic
+ Passed test_make_parser
  Passed test_nsattrs_empty
  Passed test_nsattrs_wattr
***************
*** 23,25 ****
  Passed test_xmlgen_ns
  Passed test_xmlgen_pi
! 23 tests, 0 failures
--- 24,26 ----
  Passed test_xmlgen_ns
  Passed test_xmlgen_pi
! 24 tests, 0 failures