[Python-checkins] CVS: python/dist/src/Lib/test/output test_sax,1.8,1.8.6.1 test_ntpath,1.1,NONE

Tim Peters tim_one@users.sourceforge.net
Fri, 20 Jul 2001 23:07:15 -0700


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

Modified Files:
      Tag: descr-branch
	test_sax 
Removed Files:
      Tag: descr-branch
	test_ntpath 
Log Message:
Merge of trunk delta date2001-07-17b to date2001-07-21.  See PLAN.txt.


Index: test_sax
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_sax,v
retrieving revision 1.8
retrieving revision 1.8.6.1
diff -C2 -r1.8 -r1.8.6.1
*** test_sax	2000/10/24 16:00:22	1.8
--- test_sax	2001/07/21 06:07:13	1.8.6.1
***************
*** 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

--- test_ntpath DELETED ---