Roundup Tracker - Issues

Message2343

Author cknittel
Recipients
Date 2006-11-10.08:07:04
Message-id
In-reply-to
Running the Roundup 1.3.0 run_tests.py with Python 2.5
on Windows gives me the following (single) Anydbm test
failure:

======================================================================
FAIL: testFilteringRangeGeekInterval
(test.test_anydbm.anydbmDBTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Python25\lib\unittest.py", line 260, in run
    testMethod()
  File
"C:\Programme\roundup-1.3.0\.\test\db_test_base.py",
line 1085, in testFilteringRangeGeekInterval
    ae(filt(None, {'deadline': '-1d;'}), ['6'])
  File "C:\Python25\lib\unittest.py", line 334, in
failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: [] != ['6']
History
Date User Action Args
2009-02-03 14:21:55adminlinkissue1593960 messages
2009-02-03 14:21:55admincreate