[Python-Dev] test_time fails with current CVS
M.-A. Lemburg
mal@lemburg.com
Fri, 16 May 2003 19:25:04 +0200
Just thought you'd like to know:
test test_time failed -- Traceback (most recent call last):
File "/home/lemburg/projects/Python/Dev-Python/Lib/test/test_time.py", line 107, in test_tzset
self.failUnless(time.tzname[1] == 'AEDT', str(time.tzname[1]))
File "/home/lemburg/projects/Python/Dev-Python/Lib/unittest.py", line 268, in failUnless
if not expr: raise self.failureException, msg
AssertionError: AEST
In case it helps: I live on the northern hemisphere :-)
BTW, the correct time zone names are: EAST and EADT -- perhaps
that's what's causing the problem ?
--
Marc-Andre Lemburg
eGenix.com
Professional Python Software directly from the Source (#1, May 16 2003)
>>> Python/Zope Products & Consulting ... http://www.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/
________________________________________________________________________
EuroPython 2003, Charleroi, Belgium: 39 days left