[Python-checkins] CVS: python/dist/src/Lib/test regrtest.py,1.69,1.70

Jack Jansen jackjansen@users.sourceforge.net
Fri, 14 Dec 2001 13:28:55 -0800


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

Modified Files:
	regrtest.py 
Log Message:
Added test_socketserver and test_unicode_file to tests expected to be
skipped on Mac OS X. Not sure yet about test_locale.py: this may be
due to my copy of Mac OS X (although it talks english fine enough).


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** regrtest.py	2001/12/05 23:27:32	1.69
--- regrtest.py	2001/12/14 21:28:53	1.70
***************
*** 637,641 ****
--- 637,643 ----
          test_poll
          test_socket_ssl
+         test_socketserver
          test_sunaudiodev
+         test_unicode_file
          test_winreg
          test_winsound