bsddb module updated to version 4.7.0

This commit is contained in:
Jesus Cea 2008-05-22 15:27:38 +00:00
parent 9a8af2df23
commit ca3939cd52
6 changed files with 91 additions and 11 deletions

View file

@ -110,7 +110,7 @@ class DBSequenceTest(unittest.TestCase):
self.assertRaises(db.DBNotFoundError, seq.open,
key='id', txn=None, flags=0)
self.assertRaises(db.DBNotFoundError, seq.stat)
self.assertRaises(db.DBInvalidArgError, seq.stat)
d.close()