Commit 7fbc4f6b authored by Gabriel Monnerat's avatar Gabriel Monnerat

the process must be stopped after tests

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@45470 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 128c5194
......@@ -110,6 +110,8 @@ class TestOpenOffice(HandlerTestCase):
second_openoffice.start()
self.assertTrue(self.openoffice.status())
self.assertTrue(second_openoffice.status())
second_openoffice.stop()
self.assertFalse(second_openoffice.status())
def test_suite():
......
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