[Python-checkins] python/dist/src/Lib/test/output test_sax,1.10,1.11

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 26 Oct 2002 07:50:47 -0700


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

Modified Files:
	test_sax 
Log Message:
Patch #613256: Add nescape method to xml.sax.saxutils.


Index: test_sax
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_sax,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** test_sax	7 Aug 2001 19:17:06 -0000	1.10
--- test_sax	26 Oct 2002 14:50:45 -0000	1.11
***************
*** 30,33 ****
--- 30,36 ----
  Passed test_single_double_quoteattr
  Passed test_single_quoteattr
+ Passed test_unescape_all
+ Passed test_unescape_basic
+ Passed test_unescape_extra
  Passed test_xmlgen_attr_escape
  Passed test_xmlgen_basic
***************
*** 37,39 ****
  Passed test_xmlgen_ns
  Passed test_xmlgen_pi
! 37 tests, 0 failures
--- 40,42 ----
  Passed test_xmlgen_ns
  Passed test_xmlgen_pi
! 40 tests, 0 failures