Kaydet (Commit) 919d5cc1 authored tarafından Neal Norwitz's avatar Neal Norwitz

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

üst 477ca1c9
......@@ -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
......
......@@ -41,6 +41,9 @@ Extension Modules
Tests
-----
- Fix bsddb test_basics.test06_Transactions to check the version
number properly.
Documentation
-------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment