[New-bugs-announce] [issue2984] test_dbm fails on Darwin

Ismail Donmez report at bugs.python.org
Tue May 27 20:31:59 CEST 2008


New submission from Ismail Donmez <ismail at namtrac.org>:

test test_dbm failed -- Traceback (most recent call last):
  File "/Users/cartman/Sources/py3k/Lib/test/test_dbm.py", line 121, in 
test_whichdb
    self.assertEqual(name, dbm.whichdb(_fname))
AssertionError: 'dbm.gnu' != 'dbm.ndbm'

This happened after the dbm unification that happened due to stdlib re-
organization.

----------
components: Tests
messages: 67423
nosy: cartman
severity: normal
status: open
title: test_dbm fails on Darwin
type: behavior
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2984>
__________________________________


More information about the New-bugs-announce mailing list