Roundup Tracker - Issues

Message177

Author anonymous
Recipients
Date 2002-02-01.06:24:48
Message-id
In-reply-to
using roundup-0.4.0.tar.gz  I ran "python -c 'import 
test;test.go()'" got one failure.

FAIL: testReldate_date 
(test.test_htmltemplate.NodeCase)
-------------------------------------------------------
---------------
Traceback (most recent call last):
  File "test/test_htmltemplate.py", line 240, in 
testReldate_date
    ' 1 %s 2000' % time.strftime('%B', time.localtime
(0)))
  File "test/unittest.py", line 273, in failUnlessEqual
    raise self.failureException, (msg or '%s != %s' % 
(first, second))
AssertionError:  1 January 2000 !=  1 December 2000
-------------------------------------------------------
---------------

Python ver info:
Python 2.1.1 (#1, Aug 30 2001, 17:36:05)
[GCC 2.96 20000731 (Mandrake Linux 8.1 2.96-0.61mdk)] 
on linux-i386

Python rpm's installed:

python-numeric-20.1.0-1mdk
MySQL-python-0.9.1-1py2
python-2.1.1-3mdk
egenix-mx-base-2.0.3-py2.1_1

History
Date User Action Args
2009-02-03 14:20:00adminlinkissue511586 messages
2009-02-03 14:20:00admincreate