Roundup Tracker - Issues

Message1205

Author gwiener
Recipients
Date 2004-05-07.21:38:44
Message-id
In-reply-to
 python run_tests.py
Running unit tests at level 1
Running unit tests from /d2/gerry/local/roundup-0.7.0/.
Including anydbm tests
Skipping bsddb tests
Skipping bsddb3 tests
Including metakit tests
Skipping mysql tests
Skipping postgresql tests
Skipping sqlite tests
.........................................................................................................................................................................................................................................................

Failure in test testIDSetting
(test.test_metakit.metakitDBTest)
Traceback (most recent call last):
  File
"/d2/gerry/local/roundup-0.7.0/./test/db_test_base.py",
line 122, in testIDSetting
    self.assertEqual('11', id2)
  File "/d2/gerry/local/lib/python2.3/unittest.py",
line 302, in failUnlessEqual
    raise self.failureException, \
AssertionError: '11' != '1'

..................................................................
======================================================================
FAIL: testIDSetting (test.test_metakit.metakitDBTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/d2/gerry/local/roundup-0.7.0/./test/db_test_base.py",
line 122, in testIDSetting
    self.assertEqual('11', id2)
  File "/d2/gerry/local/lib/python2.3/unittest.py",
line 302, in failUnlessEqual
    raise self.failureException, \
AssertionError: '11' != '1'

----------------------------------------------------------------------
Ran 316 tests in 43.553s

FAILED (failures=1)
light:gerry> python
Python 2.3.3 (#1, Apr  2 2004, 12:08:02)
[GCC 3.2.2] on linux2
Type "help", "copyright", "credits" or "license" for
more information.
>>>
History
Date User Action Args
2009-02-03 14:20:41adminlinkissue950162 messages
2009-02-03 14:20:41admincreate