New submission from Antoine Pitrou <[EMAIL PROTECTED]>:

Since the latest bsddb merge, test_bsddb is basically broken, all tests
fail with the same error (see also the buildbots):

======================================================================
ERROR: test_update (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/py3k/__svn__/Lib/test/test_bsddb.py", line 20, in
setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "/home/antoine/py3k/__svn__/Lib/test/test_bsddb.py", line 17, in
do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args,
**kw)))
AttributeError: 'module' object has no attribute 'StringValues'

----------
assignee: jcea
components: Tests
messages: 72260
nosy: jcea, pitrou
priority: critical
severity: normal
status: open
title: test_bsddb broken
type: behavior
versions: Python 3.0

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3752>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to