[Python-checkins] python/dist/src/Lib/test regrtest.py,1.111,1.112

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Thu, 05 Dec 2002 09:20:31 -0800


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

Modified Files:
	regrtest.py 
Log Message:
Add a Cygwin skip mentioned by Jason Tishler.


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.111
retrieving revision 1.112
diff -C2 -d -r1.111 -r1.112
*** regrtest.py	5 Dec 2002 15:18:15 -0000	1.111
--- regrtest.py	5 Dec 2002 17:20:25 -0000	1.112
***************
*** 856,859 ****
--- 856,860 ----
          """
          test_al
+         test_bsddb3
          test_cd
          test_cl
***************
*** 868,872 ****
          test_mpz
          test_nis
-         test_socket_ssl
          test_socketserver
          test_sunaudiodev
--- 869,872 ----