Kaydet (Commit) 8dc71f21 authored tarafından Neal Norwitz's avatar Neal Norwitz

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

üst d3da7d39
...@@ -697,7 +697,7 @@ class BasicTransactionTestCase(BasicTestCase): ...@@ -697,7 +697,7 @@ class BasicTransactionTestCase(BasicTestCase):
for log in logs: for log in logs:
if verbose: if verbose:
print 'log file: ' + log print 'log file: ' + log
if db.version >= (4,2): if db.version() >= (4,2):
logs = self.env.log_archive(db.DB_ARCH_REMOVE) logs = self.env.log_archive(db.DB_ARCH_REMOVE)
assert not logs assert not logs
......
...@@ -40,6 +40,13 @@ Library ...@@ -40,6 +40,13 @@ Library
- Bug #1543303, patch #1543897: remove NUL padding from tarfiles. - Bug #1543303, patch #1543897: remove NUL padding from tarfiles.
Tests
-----
- Fix bsddb test_basics.test06_Transactions to check the version
number properly.
Documentation 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