[Zodb-checkins] CVS: ZODB3/ZEO/tests - ConnectionTests.py:1.34
Tim Peters
tim.one at comcast.net
Mon Jun 16 15:47:38 EDT 2003
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv31149/ZEO/tests
Modified Files:
ConnectionTests.py
Log Message:
Trying to close files.
=== ZODB3/ZEO/tests/ConnectionTests.py 1.33 => 1.34 ===
--- ZODB3/ZEO/tests/ConnectionTests.py:1.33 Mon Jun 16 14:32:12 2003
+++ ZODB3/ZEO/tests/ConnectionTests.py Mon Jun 16 14:47:37 2003
@@ -425,6 +425,7 @@
# John Heintz's suggestion to make sure all exceptions
# inherit from POSException.
zLOG.LOG("checkReconnection", zLOG.INFO, "finished")
+ self._storage.close()
def checkBadMessage1(self):
# not even close to a real message
More information about the Zodb-checkins
mailing list