Message2343
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'] |
|
Date |
User |
Action |
Args |
2009-02-03 14:21:55 | admin | link | issue1593960 messages |
2009-02-03 14:21:55 | admin | create | |
|