mirror of https://github.com/python/cpython
This was found by Guido AFAIK on p3yk (sic) branch.
This commit is contained in:
parent
477ca1c953
commit
919d5cc163
|
@ -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…
Reference in New Issue