mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +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:
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue