Commit b2619644 authored by Jim Fulton's avatar Jim Fulton

Added close to avoid a tear-down failure on Windows.

parent 04626c4e
...@@ -309,6 +309,8 @@ __test__ = dict( ...@@ -309,6 +309,8 @@ __test__ = dict(
... loaded = cache.load(ZODB.utils.p64(oid)) ... loaded = cache.load(ZODB.utils.p64(oid))
... if loaded != expected: ... if loaded != expected:
... print oid, loaded ... 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