This was found by Guido AFAIK on p3yk (sic) branch.

This commit is contained in:
Neal Norwitz 2006-09-05 02:35:08 +00:00
parent 477ca1c953
commit 919d5cc163
2 changed files with 4 additions and 1 deletions

View File

@ -697,7 +697,7 @@ class BasicTransactionTestCase(BasicTestCase):
for log in logs:
if verbose:
print 'log file: ' + log
if db.version >= (4,2):
if db.version() >= (4,2):
logs = self.env.log_archive(db.DB_ARCH_REMOVE)
assert not logs

View File

@ -41,6 +41,9 @@ Extension Modules
Tests
-----
- Fix bsddb test_basics.test06_Transactions to check the version
number properly.
Documentation
-------------