Roundup Tracker - Issues

Message1227

Author mannumber3
Recipients
Date 2004-05-09.04:18:55
Message-id
In-reply-to
Running ActivePython (newest version) on a windows XP
(SP1) machine.  Downloaded the .gz file, unpacked to
the python site-packages, and then ran python
run_tests.py (as per the instructions).  Received the
following result:

C:\Python23\Lib\site-packages\roundup-0.7.0>python
run_tests.py
Running unit tests at level 1
Running unit tests from
C:\Python23\Lib\site-packages\roundup-0.7.0\.
Including anydbm tests
Including bsddb tests
Skipping bsddb3 tests
Skipping metakit tests
Skipping mysql tests
Skipping postgresql tests
Skipping sqlite tests
..................................................................

Failure in test testPack (test.test_anydbm.anydbmDBTest)
Traceback (most recent call last):
  File
"C:\Python23\Lib\site-packages\roundup-0.7.0\.\test\db_test_base.py",
lin
e 635, in testPack
    self.assertEqual(jlen-1,
len(self.db.getjournal('issue', id)))
  File "C:\Python23\lib\unittest.py", line 302, in
failUnlessEqual
    raise self.failureException, \
AssertionError: 2 != 3

................................................................................
................................................................................
................................................................................
.........
======================================================================
FAIL: testPack (test.test_anydbm.anydbmDBTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"C:\Python23\Lib\site-packages\roundup-0.7.0\.\test\db_test_base.py",
lin
e 635, in testPack
    self.assertEqual(jlen-1,
len(self.db.getjournal('issue', id)))
  File "C:\Python23\lib\unittest.py", line 302, in
failUnlessEqual
    raise self.failureException, \
AssertionError: 2 != 3

----------------------------------------------------------------------
Ran 316 tests in 1122.023s

FAILED (failures=1)

C:\Python23\Lib\site-packages\roundup-0.7.0>
History
Date User Action Args
2009-02-03 14:20:42adminlinkissue950675 messages
2009-02-03 14:20:42admincreate