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

Fred L. Drake fdrake@users.sourceforge.net
Tue, 07 Aug 2001 12:17:08 -0700


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

Modified Files:
	test_sax 
Log Message:

Add a test that xml.sax.saxutils.XMLGenerator does the right thing
when quoting attribute values that contain single & double quotes.

This provides the rest of the regression test for SF bug #440351.


Index: test_sax
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_sax,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** test_sax	2001/07/19 16:10:15	1.9
--- test_sax	2001/08/07 19:17:06	1.10
***************
*** 30,33 ****
--- 30,34 ----
  Passed test_single_double_quoteattr
  Passed test_single_quoteattr
+ Passed test_xmlgen_attr_escape
  Passed test_xmlgen_basic
  Passed test_xmlgen_content
***************
*** 36,38 ****
  Passed test_xmlgen_ns
  Passed test_xmlgen_pi
! 36 tests, 0 failures
--- 37,39 ----
  Passed test_xmlgen_ns
  Passed test_xmlgen_pi
! 37 tests, 0 failures