Commit 3a255300 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Don't forget to kill NEO after any client functional test.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1499 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent d3b8533a
......@@ -51,6 +51,10 @@ class ClientTests(NEOFunctionalTest):
temp_dir=self.getTempDirectory()
)
def tearDown(self):
if self.neo is not None:
self.neo.stop()
def __setup(self):
# start cluster
self.neo.setupDB()
......
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