[Python-checkins] CVS: python/dist/src/Lib/test test_charmapcodec.py,1.4,1.5

Finn Bock bckfnn@users.sourceforge.net
Thu, 23 Aug 2001 11:57:03 -0700


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

Modified Files:
	test_charmapcodec.py 
Log Message:
Committing and closing SF patch #441348 to help Jython to pass this test.


Index: test_charmapcodec.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_charmapcodec.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** test_charmapcodec.py	2001/01/18 02:22:22	1.4
--- test_charmapcodec.py	2001/08/23 18:57:01	1.5
***************
*** 14,18 ****
          print '*** check failed: %s != %s' % (repr(a), repr(b))
      else:
!         print '%s == %s: OK' % (repr(a), repr(b))
  
  # test codec's full path name (see test/testcodec.py)
--- 14,18 ----
          print '*** check failed: %s != %s' % (repr(a), repr(b))
      else:
!         print '%s == %s: OK' % (a, b)
  
  # test codec's full path name (see test/testcodec.py)