[Python-checkins] python/nondist/sandbox/datetime test_both.py,1.4,1.5

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Tue, 26 Nov 2002 09:19:41 -0800


Update of /cvsroot/python/python/nondist/sandbox/datetime
In directory sc8-pr-cvs1:/tmp/cvs-serv23694

Modified Files:
	test_both.py 
Log Message:
Heh -- deleted the code that the last checkin made redundant (which
was the point of the last checkin!).


Index: test_both.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/datetime/test_both.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** test_both.py	26 Nov 2002 17:18:07 -0000	1.4
--- test_both.py	26 Nov 2002 17:19:39 -0000	1.5
***************
*** 361,366 ****
                                )
                  ]
-     s1 = unittest.makeSuite(TestTimeDelta, 'test')
-     s2 = unittest.makeSuite(TestDate, 'test')
      return unittest.TestSuite(allsuites)
  
--- 361,364 ----