[Python-checkins] python/dist/src/Lib/test regrtest.py,1.103,1.104

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sat, 23 Nov 2002 18:40:42 -0800


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

Modified Files:
	regrtest.py 
Log Message:
Skip test_normalization on Windows until it's at least clear why the
data it needs doesn't exist in the project.  If it's a huge file,
maybe the test should be changed to be one of the -u thingies.


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.103
retrieving revision 1.104
diff -C2 -d -r1.103 -r1.104
*** regrtest.py	22 Nov 2002 20:00:33 -0000	1.103
--- regrtest.py	24 Nov 2002 02:40:40 -0000	1.104
***************
*** 529,532 ****
--- 529,533 ----
          test_mpz
          test_nis
+         test_normalization
          test_openpty
          test_poll