]> granicus.if.org Git - python/commitdiff
I don't know what's going on with this test, but the last change from
authorTim Peters <tim.peters@gmail.com>
Sun, 4 Aug 2002 06:53:18 +0000 (06:53 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 4 Aug 2002 06:53:18 +0000 (06:53 +0000)
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>).

Lib/test/test_imaplib.py

index fc594b9fef9985c5acfcd75a9773ab58749d6cb3..78bb613008efddf0bb11fb3a59c4eaf08ee3db24 100644 (file)
@@ -6,7 +6,7 @@ import time
 # depends on the timezone the machine is in.
 
 timevalues = [2000000000, 2000000000.0, time.localtime(2000000000),
-              "18-May-2033 05:33:20 +0200"]
+              '"18-May-2033 05:33:20 +0200"']
 
 for t in timevalues:
     imaplib.Time2Internaldate(t)