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

M.-A. Lemburg lemburg@users.sourceforge.net
Wed, 17 Jan 2001 07:07:02 -0800


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

Modified Files:
	test_charmapcodec.py 
Log Message:
Changed name of codec to full path name. This allows importing
the test_charmapcodec test via the test package.



Index: test_charmapcodec.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_charmapcodec.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** test_charmapcodec.py	2001/01/10 10:21:10	1.2
--- test_charmapcodec.py	2001/01/17 15:07:00	1.3
***************
*** 17,21 ****
  
  # test codec's full path name (see test/testcodec.py)
! codecname = 'testcodec'
      
  check(unicode('abc', codecname), u'abc')
--- 17,21 ----
  
  # test codec's full path name (see test/testcodec.py)
! codecname = 'test.testcodec'
      
  check(unicode('abc', codecname), u'abc')