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

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


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

Modified Files:
	test_sax 
Log Message:
Added test cases for the Attributes interface.


Index: test_sax
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_sax,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** test_sax	2000/09/24 12:24:24	1.1
--- test_sax	2000/09/24 18:40:52	1.2
***************
*** 1,7 ****
--- 1,15 ----
  test_sax
+ Passed test_attrs_empty
+ Passed test_attrs_wattr
  Passed test_escape_all
  Passed test_escape_basic
  Passed test_escape_extra
+ Passed test_expat_attrs_empty
+ Passed test_expat_attrs_wattr
+ Passed test_expat_nsattrs_empty
+ Passed test_expat_nsattrs_wattr
  Passed test_filter_basic
+ Passed test_nsattrs_empty
+ Passed test_nsattrs_wattr
  Passed test_xmlgen_basic
  Passed test_xmlgen_content
***************
*** 10,12 ****
  Passed test_xmlgen_ns
  Passed test_xmlgen_pi
! 10 tests, 0 failures
--- 18,20 ----
  Passed test_xmlgen_ns
  Passed test_xmlgen_pi
! 18 tests, 0 failures