Roundup Tracker - Issues

Issue 511586

classification
unittest FAIL: testReldate_date
Type: Severity: normal
Components: Installation Versions:
process
Status: closed fixed
:
: richard : richard
Priority: normal :

Created on 2002-02-01 06:24 by anonymous, last changed 2002-02-01 06:24 by anonymous.

Messages
msg177 Author: [hidden] (anonymous) Date: 2002-02-01 06:24
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
2002-02-01 06:24:48anonymouscreate