[Zodb-checkins] CVS: ZODB4/src/zodb/zeo/tests - connection.py:1.8.24.3

Tim Peters tim.one at comcast.net
Thu Jun 19 11:46:11 EDT 2003


Update of /cvs-repository/ZODB4/src/zodb/zeo/tests
In directory cvs.zope.org:/tmp/cvs-serv18794/src/zodb/zeo/tests

Modified Files:
      Tag: ZODB3-2-merge
	connection.py 
Log Message:
testQuickVerificationWith2Clients():  Close storage when test ends.


=== ZODB4/src/zodb/zeo/tests/connection.py 1.8.24.2 => 1.8.24.3 ===
--- ZODB4/src/zodb/zeo/tests/connection.py:1.8.24.2	Wed Jun 18 14:51:28 2003
+++ ZODB4/src/zodb/zeo/tests/connection.py	Thu Jun 19 10:46:08 2003
@@ -699,8 +699,7 @@
 
         self.assertEqual(perstorage.load(oid, ''),
                          self._storage.load(oid, ''))
-
-
+        perstorage.close()
 
     def testVerificationWith2ClientsInvqOverflow(self):
         perstorage = self.openClientStorage(cache="test")




More information about the Zodb-checkins mailing list