[Zodb-checkins] SVN: ZODB/branches/3.8/src/ZODB/tests/testblob.py Added tear-down code needed on windows.

Jim Fulton jim at zope.com
Mon Oct 6 18:10:59 EDT 2008


Log message for revision 91822:
  Added tear-down code needed on windows.
  

Changed:
  U   ZODB/branches/3.8/src/ZODB/tests/testblob.py

-=-
Modified: ZODB/branches/3.8/src/ZODB/tests/testblob.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/testblob.py	2008-10-06 20:53:24 UTC (rev 91821)
+++ ZODB/branches/3.8/src/ZODB/tests/testblob.py	2008-10-06 22:10:58 UTC (rev 91822)
@@ -144,7 +144,10 @@
         # (even though it won't contain the original data)
         clone.open()
 
+        # tearDown
+        database.close()
 
+
 class BlobUndoTests(BlobTests):
 
     def testUndoWithoutPreviousVersion(self):



More information about the Zodb-checkins mailing list