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

Fred L. Drake fdrake@users.sourceforge.net
Thu, 19 Jul 2001 09:10:17 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory usw-pr-cvs1:/tmp/cvs-serv3604/Lib/test/output

Modified Files:
	test_sax 
Log Message:

Added function xml.sax.saxutils.quoteattr().

This closes SF bug #440351.  It should not be moved to Python 2.1.1.


Index: test_sax
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_sax,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** test_sax	2000/10/24 16:00:22	1.8
--- test_sax	2001/07/19 16:10:15	1.9
***************
*** 2,5 ****
--- 2,6 ----
  Passed test_attrs_empty
  Passed test_attrs_wattr
+ Passed test_double_quoteattr
  Passed test_escape_all
  Passed test_escape_basic
***************
*** 26,29 ****
--- 27,33 ----
  Passed test_nsattrs_empty
  Passed test_nsattrs_wattr
+ Passed test_quoteattr_basic
+ Passed test_single_double_quoteattr
+ Passed test_single_quoteattr
  Passed test_xmlgen_basic
  Passed test_xmlgen_content
***************
*** 32,34 ****
  Passed test_xmlgen_ns
  Passed test_xmlgen_pi
! 32 tests, 0 failures
--- 36,38 ----
  Passed test_xmlgen_ns
  Passed test_xmlgen_pi
! 36 tests, 0 failures