[Python-checkins] python/dist/src/Lib/test test_bool.py,1.14,1.15 test_complex.py,1.10,1.11 test_posixpath.py,1.7,1.8

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sat, 28 Jun 2003 22:46:56 -0700


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

Modified Files:
	test_bool.py test_complex.py test_posixpath.py 
Log Message:
Whitespace normalization.


Index: test_bool.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_bool.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** test_bool.py	27 Jun 2003 17:40:16 -0000	1.14
--- test_bool.py	29 Jun 2003 05:46:53 -0000	1.15
***************
*** 330,344 ****
                  return self
          check(Foo())
!         
          class Bar(object):
              def __nonzero__(self):
                  return "Yes"
          check(Bar())
!         
          class Baz(int):
              def __nonzero__(self):
                  return self
          check(Baz())
!         
  
  def test_main():
--- 330,344 ----
                  return self
          check(Foo())
! 
          class Bar(object):
              def __nonzero__(self):
                  return "Yes"
          check(Bar())
! 
          class Baz(int):
              def __nonzero__(self):
                  return self
          check(Baz())
! 
  
  def test_main():

Index: test_complex.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_complex.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** test_complex.py	18 Jun 2003 14:26:18 -0000	1.10
--- test_complex.py	29 Jun 2003 05:46:54 -0000	1.11
***************
*** 209,213 ****
  
          class EvilExc(Exception):
!              pass
  
          class evilcomplex:
--- 209,213 ----
  
          class EvilExc(Exception):
!             pass
  
          class evilcomplex:

Index: test_posixpath.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_posixpath.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** test_posixpath.py	19 Jun 2003 10:21:14 -0000	1.7
--- test_posixpath.py	29 Jun 2003 05:46:54 -0000	1.8
***************
*** 238,242 ****
                      True
                  )
!                 # If we don't have links, assume that os.stat doesn't return resonable 
                  # inode information and thus, that samefile() doesn't work
                  if hasattr(os, "symlink"):
--- 238,242 ----
                      True
                  )
!                 # If we don't have links, assume that os.stat doesn't return resonable
                  # inode information and thus, that samefile() doesn't work
                  if hasattr(os, "symlink"):
***************
*** 289,293 ****
                  True
              )
!             # If we don't have links, assume that os.stat() doesn't return resonable 
              # inode information and thus, that samefile() doesn't work
              if hasattr(os, "symlink"):
--- 289,293 ----
                  True
              )
!             # If we don't have links, assume that os.stat() doesn't return resonable
              # inode information and thus, that samefile() doesn't work
              if hasattr(os, "symlink"):