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

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Mon, 27 Jan 2003 08:45:14 -0800


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

Modified Files:
	regrtest.py 
Log Message:
Repaired spelling of "test_iconv_codecs" in various expected-skip lists.


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.117
retrieving revision 1.118
diff -C2 -d -r1.117 -r1.118
*** regrtest.py	26 Jan 2003 11:27:16 -0000	1.117
--- regrtest.py	27 Jan 2003 16:45:03 -0000	1.118
***************
*** 557,561 ****
          test_gl
          test_grp
!         test_iconv_codec
          test_imgfile
          test_largefile
--- 557,561 ----
          test_gl
          test_grp
!         test_iconv_codecs
          test_imgfile
          test_largefile
***************
*** 613,617 ****
          test_gl
          test_grp
!         test_iconv_codec
          test_imgfile
          test_largefile
--- 613,617 ----
          test_gl
          test_grp
!         test_iconv_codecs
          test_imgfile
          test_largefile
***************
*** 901,905 ****
          test_email_codecs
          test_gl
!         test_iconv_codec
          test_imgfile
          test_largefile
--- 901,905 ----
          test_email_codecs
          test_gl
!         test_iconv_codecs
          test_imgfile
          test_largefile