mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
This was found by Guido AFAIK on p3yk (sic) branch.
This commit is contained in:
parent
477ca1c953
commit
919d5cc163
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -41,6 +41,9 @@ Extension Modules
|
||||||
Tests
|
Tests
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
- Fix bsddb test_basics.test06_Transactions to check the version
|
||||||
|
number properly.
|
||||||
|
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue