[Zodb-checkins] SVN: ZODB/branches/3.8/src/ZEO/tests/test_cache.py Added close to avoid a tear-down failure on Windows.

Jim Fulton jim at zope.com
Sat Aug 23 13:55:22 EDT 2008


Log message for revision 90147:
  Added close to avoid a tear-down failure on Windows.
  

Changed:
  U   ZODB/branches/3.8/src/ZEO/tests/test_cache.py

-=-
Modified: ZODB/branches/3.8/src/ZEO/tests/test_cache.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/test_cache.py	2008-08-23 17:53:57 UTC (rev 90146)
+++ ZODB/branches/3.8/src/ZEO/tests/test_cache.py	2008-08-23 17:55:21 UTC (rev 90147)
@@ -297,6 +297,8 @@
     ...     loaded = cache.load(ZODB.utils.p64(oid))
     ...     if loaded != expected:
     ...         print oid, loaded
+
+    >>> cache.close()
     
     """,
     )



More information about the Zodb-checkins mailing list