[Python-checkins] CVS: python/dist/src/Lib/test regrtest.py,1.44,1.45
Guido van Rossum
gvanrossum@users.sourceforge.net
Sat, 01 Sep 2001 20:58:43 -0700
Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv13534
Modified Files:
regrtest.py
Log Message:
Whitespace normalization (tabs -> 4 spaces) in the Mac expectations.
Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** regrtest.py 2001/08/28 14:49:00 1.44
--- regrtest.py 2001/09/02 03:58:41 1.45
***************
*** 514,552 ****
""",
'mac':
! """
! test_al
! test_bsddb
! test_cd
! test_cl
! test_commands
! test_crypt
! test_dbm
! test_dl
! test_fcntl
! test_fork1
! test_gl
! test_grp
! test_imgfile
! test_largefile
! test_linuxaudiodev
! test_locale
! test_mmap
! test_nis
! test_ntpath
! test_openpty
! test_poll
! test_popen2
! test_pty
! test_pwd
! test_signal
! test_socket_ssl
! test_socketserver
! test_sunaudiodev
! test_sundry
! test_timing
! test_unicode_file
! test_winreg
! test_winsound
! """,
}
--- 514,552 ----
""",
'mac':
! """
! test_al
! test_bsddb
! test_cd
! test_cl
! test_commands
! test_crypt
! test_dbm
! test_dl
! test_fcntl
! test_fork1
! test_gl
! test_grp
! test_imgfile
! test_largefile
! test_linuxaudiodev
! test_locale
! test_mmap
! test_nis
! test_ntpath
! test_openpty
! test_poll
! test_popen2
! test_pty
! test_pwd
! test_signal
! test_socket_ssl
! test_socketserver
! test_sunaudiodev
! test_sundry
! test_timing
! test_unicode_file
! test_winreg
! test_winsound
! """,
}