[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/FileStorage/tests.py Close databases and storages at the end of tests or we will get
Jim Fulton
jim at zope.com
Wed Jun 10 15:54:38 EDT 2009
Log message for revision 100809:
Close databases and storages at the end of tests or we will get
windows failures!
Changed:
U ZODB/trunk/src/ZODB/FileStorage/tests.py
-=-
Modified: ZODB/trunk/src/ZODB/FileStorage/tests.py
===================================================================
--- ZODB/trunk/src/ZODB/FileStorage/tests.py 2009-06-10 18:42:24 UTC (rev 100808)
+++ ZODB/trunk/src/ZODB/FileStorage/tests.py 2009-06-10 19:54:37 UTC (rev 100809)
@@ -161,6 +161,7 @@
cleanup
+ >>> fs.close()
>>> logger.setLevel(logging.NOTSET)
>>> logger.removeHandler(handler)
>>> sys.setrecursionlimit(old_limit)
More information about the Zodb-checkins
mailing list