[Python-checkins] python/dist/src/Lib/test test_imaplib.py,1.8,1.9

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sat, 03 Aug 2002 23:53:20 -0700


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

Modified Files:
	test_imaplib.py 
Log Message:
I don't know what's going on with this test, but the last change from
Piers obviously couldn't have passed on any platform.  Fiddling it so it
works (for a meaning of "works" no stronger than "doesn't fail" <wink>).


Index: test_imaplib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_imaplib.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** test_imaplib.py	3 Aug 2002 11:14:43 -0000	1.8
--- test_imaplib.py	4 Aug 2002 06:53:18 -0000	1.9
***************
*** 7,11 ****
  
  timevalues = [2000000000, 2000000000.0, time.localtime(2000000000),
!               "18-May-2033 05:33:20 +0200"]
  
  for t in timevalues:
--- 7,11 ----
  
  timevalues = [2000000000, 2000000000.0, time.localtime(2000000000),
!               '"18-May-2033 05:33:20 +0200"']
  
  for t in timevalues: