[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/test_cache.py Added close to avoid a tear-down failure on Windows.
Jim Fulton
jim at zope.com
Fri Sep 5 14:12:34 EDT 2008
Log message for revision 90887:
Added close to avoid a tear-down failure on Windows.
Changed:
U ZODB/trunk/src/ZEO/tests/test_cache.py
-=-
Modified: ZODB/trunk/src/ZEO/tests/test_cache.py
===================================================================
--- ZODB/trunk/src/ZEO/tests/test_cache.py 2008-09-05 18:12:30 UTC (rev 90886)
+++ ZODB/trunk/src/ZEO/tests/test_cache.py 2008-09-05 18:12:33 UTC (rev 90887)
@@ -309,6 +309,8 @@
... loaded = cache.load(ZODB.utils.p64(oid))
... if loaded != expected:
... print oid, loaded
+
+ >>> cache.close()
""",
)
More information about the Zodb-checkins
mailing list