]> granicus.if.org Git - python/commit
Fix the bsddb3 unit tests.
authorGuido van Rossum <guido@python.org>
Thu, 24 Aug 2006 18:19:44 +0000 (18:19 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 24 Aug 2006 18:19:44 +0000 (18:19 +0000)
commite4ef3a6e6c5327c6e1a7a7667f0669aab92c6fd9
tree1245ccde784625a425d0eb070b7f18a9a91a543a
parent19960597adb65c9ecd33e4c3d320390eecd38625
Fix the bsddb3  unit tests.
This essentially meant fixing one case where a list of custom objects
was being sorted, and fixing one genuine bug where a method call was
missing parentheses.
Lib/bsddb/test/test_basics.py
Lib/bsddb/test/test_dbshelve.py