[Python-checkins] python/dist/src/Lib/test test_datetime.py,1.1,1.2

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Mon, 16 Dec 2002 13:12:39 -0800


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

Modified Files:
	test_datetime.py 
Log Message:
Made this a little more compatible w/ the sandbox version, which is
still needed to test the Python implementatino.


Index: test_datetime.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_datetime.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_datetime.py	16 Dec 2002 20:18:02 -0000	1.1
--- test_datetime.py	16 Dec 2002 21:12:37 -0000	1.2
***************
*** 2087,2091 ****
  
  
! def suite():
      allsuites = [unittest.makeSuite(klass, 'test')
                   for klass in (TestModule,
--- 2087,2091 ----
  
  
! def test_suite():
      allsuites = [unittest.makeSuite(klass, 'test')
                   for klass in (TestModule,
***************
*** 2106,2110 ****
      import sys
  
!     thesuite = suite()
      lastrc = None
      while True:
--- 2106,2110 ----
      import sys
  
!     thesuite = test_suite()
      lastrc = None
      while True: