Commit 2ecb3024 authored by Tim Peters's avatar Tim Peters

Trying to close files.

parent 3ce90035
...@@ -425,6 +425,7 @@ class ConnectionTests(CommonSetupTearDown): ...@@ -425,6 +425,7 @@ class ConnectionTests(CommonSetupTearDown):
# John Heintz's suggestion to make sure all exceptions # John Heintz's suggestion to make sure all exceptions
# inherit from POSException. # inherit from POSException.
zLOG.LOG("checkReconnection", zLOG.INFO, "finished") zLOG.LOG("checkReconnection", zLOG.INFO, "finished")
self._storage.close()
def checkBadMessage1(self): def checkBadMessage1(self):
# not even close to a real message # not even close to a real message
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment