Commit 6f7a54d3 authored by Jim Fulton's avatar Jim Fulton

Updateed for new underware

parent c07c23e6
......@@ -213,7 +213,7 @@ This tests tries to provoke this bug by:
... def _():
... if (db.storage.is_connected()
... and db.storage.lastTransaction()
... == db.storage._server.lastTransaction()
... == db.storage._call('lastTransaction')
... ):
... #logging.getLogger('ZEO').debug(
... # 'Connected %r' % db.storage.lastTransaction())
......
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