[Python-bugs-list] [ python-Bugs-763153 ] unit test test_time failed
SourceForge.net
noreply@sourceforge.net
Mon, 30 Jun 2003 08:15:51 -0700
Bugs item #763153, was opened at 2003-06-30 08:35
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=763153&group_id=5470
Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Torsten Will (towi)
Assigned to: Nobody/Anonymous (nobody)
Summary: unit test test_time failed
Initial Comment:
=== ERROR MASSAGE ===
$ make test
...
test test_time failed -- Traceback (most recent call last):
File "/vol/tmp/Python-2.3b2/Lib/test/test_time.py",
line 107, in test_tzset
self.failUnless(time.tzname[1] == 'AEDT',
str(time.tzname[1]))
File "/vol/tmp/Python-2.3b2/Lib/unittest.py", line
268, in failUnless
if not expr: raise self.failureException, msg
AssertionError: AEST
...
=========== SYSTEM ===========
$ cat /proc/version
Linux version 2.4.19 (root@haplo) (gcc version 2.95.3
20010315 (SuSE)) #4 SMP Tue Mar 4 09:23:24 CET 2003
----------------------------------------------------------------------
>Comment By: Neal Norwitz (nnorwitz)
Date: 2003-06-30 11:15
Message:
Logged In: YES
user_id=33168
What OS are you using? Redhat 6.2, perhaps? Can you test
patch 762934? http://python.org/sf/762934
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=763153&group_id=5470