[Python-checkins] CVS: python/dist/src/Lib/test regrtest.py,1.65,1.66 test_mimetypes.py,1.3,1.4

Tim Peters tim_one@users.sourceforge.net
Mon, 29 Oct 2001 21:56:42 -0800


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

Modified Files:
	regrtest.py test_mimetypes.py 
Log Message:
Whitespace normalization.


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** regrtest.py	2001/10/24 20:32:02	1.65
--- regrtest.py	2001/10/30 05:56:40	1.66
***************
*** 39,43 ****
      curses -    Tests that use curses and will modify the terminal's
                  state and output modes.
!                 
      largefile - It is okay to run some test that may create huge files.  These
                  tests can take a long time and may consume >2GB of disk space
--- 39,43 ----
      curses -    Tests that use curses and will modify the terminal's
                  state and output modes.
! 
      largefile - It is okay to run some test that may create huge files.  These
                  tests can take a long time and may consume >2GB of disk space

Index: test_mimetypes.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_mimetypes.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_mimetypes.py	2001/10/25 21:49:18	1.3
--- test_mimetypes.py	2001/10/30 05:56:40	1.4
***************
*** 40,44 ****
  
      def test_non_standard_types(self):
!         # First try strict 
          self.assertEqual(self.db.guess_type('foo.xul', strict=1),
                           (None, None))
--- 40,44 ----
  
      def test_non_standard_types(self):
!         # First try strict
          self.assertEqual(self.db.guess_type('foo.xul', strict=1),
                           (None, None))