[Python-Dev] test_bsddb185 failing under OS X (original) (raw)

Brett C. drifty@alum.berkeley.edu
Fri, 16 May 2003 16:25:02 -0700


====================================================================== FAIL: test_anydbm_create (main.Bsddb185Tests)

Traceback (most recent call last): File "test_bsddb185.py", line 35, in test_anydbm_create self.assertNotEqual(ftype, "bsddb185") File "/Users/drifty/cvs_code/lib/python2.3/unittest.py", line 300, in failIfEqual raise self.failureException,
AssertionError: 'bsddb185' == 'bsddb185'

DBs are not my area of expertise so I don't know how to go about to attempt to fix this.

-Brett