Commit 6950dfc4 authored by Jim Fulton's avatar Jim Fulton

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

parent 4537a8af
...@@ -297,6 +297,8 @@ __test__ = dict( ...@@ -297,6 +297,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