Commit 6db4350a authored by Jérome Perrin's avatar Jérome Perrin

close connections in tearDown patch for --save


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17501 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4cd2a847
......@@ -749,7 +749,7 @@ def dummy_tearDown(self):
afterTearDown from the original tests, which would write to the
FileStorage when --save is enabled
'''
pass
self._close()
def optimize():
'''Significantly reduces portal creation time.'''
......
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