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