Commit 35737c30 authored by Jim Fulton's avatar Jim Fulton

tag

parents 91a005ce 6950dfc4
......@@ -1220,7 +1220,7 @@ class ClientStorage(object):
self.finish_verification()
return "no verification"
elif ltid < last_inval_tid:
message = "Client has seen newer trasnactions than server!"
message = "Client has seen newer transactions than server!"
log2(message, level=logging.CRITICAL)
raise ClientStorageError(message)
......
......@@ -297,6 +297,8 @@ __test__ = dict(
... loaded = cache.load(ZODB.utils.p64(oid))
... if loaded != expected:
... print oid, loaded
>>> cache.close()
""",
)
......
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