Commit 603312c1 authored by Tim Peters's avatar Tim Peters

Trying to close files.

parent 9ae9be97
......@@ -425,6 +425,7 @@ class ConnectionTests(CommonSetupTearDown):
# 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
......
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