This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_dbm fails on Darwin
Type: behavior Stage:
Components: Tests Versions: Python 3.0
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: donmez
Priority: normal Keywords:

Created on 2008-05-27 18:31 by donmez, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg67423 - (view) Author: Ismail Donmez (donmez) * Date: 2008-05-27 18:31
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.
msg67463 - (view) Author: Ismail Donmez (donmez) * Date: 2008-05-28 19:24
Works fine in trunk now. This bug can be closed, thanks.
History
Date User Action Args
2022-04-11 14:56:35adminsetgithub: 47233
2008-05-28 19:43:13brett.cannonsetstatus: open -> closed
resolution: out of date
2008-05-28 19:24:45donmezsetmessages: + msg67463
2008-05-27 18:31:58donmezcreate