[Python-checkins] python/dist/src/Lib/test regrtest.py,1.116,1.117

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sun, 26 Jan 2003 03:27:18 -0800


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

Modified Files:
	regrtest.py 
Log Message:
Patch #670715: Universal Unicode Codec for POSIX iconv.


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.116
retrieving revision 1.117
diff -C2 -d -r1.116 -r1.117
*** regrtest.py	8 Jan 2003 16:31:11 -0000	1.116
--- regrtest.py	26 Jan 2003 11:27:16 -0000	1.117
***************
*** 557,560 ****
--- 557,561 ----
          test_gl
          test_grp
+         test_iconv_codec
          test_imgfile
          test_largefile
***************
*** 612,615 ****
--- 613,617 ----
          test_gl
          test_grp
+         test_iconv_codec
          test_imgfile
          test_largefile
***************
*** 899,902 ****
--- 901,905 ----
          test_email_codecs
          test_gl
+         test_iconv_codec
          test_imgfile
          test_largefile