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

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 08 Oct 2002 12:49:38 -0700


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

Modified Files:
      Tag: release22-maint
	test_sax 
Log Message:
Fix some code that was added to the r22-maint branch to allow it to work with
arbitrary versions of Expat.
Not applicable to Python 2.3, which will incorporate an Expat that does not
need this crutch.


Index: test_sax
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_sax,v
retrieving revision 1.10
retrieving revision 1.10.16.1
diff -C2 -d -r1.10 -r1.10.16.1
*** test_sax	7 Aug 2001 19:17:06 -0000	1.10
--- test_sax	8 Oct 2002 19:49:36 -0000	1.10.16.1
***************
*** 22,25 ****
--- 22,28 ----
  Passed test_expat_nsattrs_empty
  Passed test_expat_nsattrs_wattr
+ Passed test_expat_nsdecl_pair_diff
+ Passed test_expat_nsdecl_pair_same
+ Passed test_expat_nsdecl_single
  Passed test_filter_basic
  Passed test_make_parser
***************
*** 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