[Zope-Checkins] SVN: Zope/trunk/lib/python/DateTime/tests/testDateTime.py Fix tests missed as I'm on GMT

Laurence Rowe l at lrowe.co.uk
Tue Oct 30 13:50:12 EDT 2007


Log message for revision 81214:
  Fix tests missed as I'm on GMT

Changed:
  U   Zope/trunk/lib/python/DateTime/tests/testDateTime.py

-=-
Modified: Zope/trunk/lib/python/DateTime/tests/testDateTime.py
===================================================================
--- Zope/trunk/lib/python/DateTime/tests/testDateTime.py	2007-10-30 17:45:10 UTC (rev 81213)
+++ Zope/trunk/lib/python/DateTime/tests/testDateTime.py	2007-10-30 17:50:11 UTC (rev 81214)
@@ -264,9 +264,9 @@
         # ISO8601 reference dates
         ref0 = DateTime('2002/5/2 8:00am GMT')
         ref1 = DateTime('2002/5/2 8:00am US/Eastern')
-        ref2 = DateTime('2006/11/6 10:30')
+        ref2 = DateTime('2006/11/6 10:30 GMT')
         ref3 = DateTime('2004/06/14 14:30:15 GMT-3')
-        ref4 = DateTime('2006/01/01')
+        ref4 = DateTime('2006/01/01 GMT')
 
         # Basic tests
         # Though this is timezone naive and according to specification should



More information about the Zope-Checkins mailing list