[Python-checkins] python/dist/src/Lib/test test_sax.py, 1.24.16.1, 1.24.16.2

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Tue Jun 1 08:58:20 EDT 2004


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10984

Modified Files:
      Tag: release23-maint
	test_sax.py 
Log Message:
[Bug #962631] Fix typo reported by Bryan Blackburn

Index: test_sax.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_sax.py,v
retrieving revision 1.24.16.1
retrieving revision 1.24.16.2
diff -C2 -d -r1.24.16.1 -r1.24.16.2
*** test_sax.py	20 Mar 2004 08:20:03 -0000	1.24.16.1
--- test_sax.py	1 Jun 2004 12:58:18 -0000	1.24.16.2
***************
*** 28,32 ****
      if outcome:
          if verbose:
!             print "Failed", name
      else:
          failures.append(name)
--- 28,32 ----
      if outcome:
          if verbose:
!             print "Passed", name
      else:
          failures.append(name)




More information about the Python-checkins mailing list