[Erp5-report] r45470 gabriel - /erp5/trunk/utils/cloudooo.handler.ooo/src/cloudooo/handler/...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 14 23:23:50 CEST 2011


Author: gabriel
Date: Thu Apr 14 23:23:50 2011
New Revision: 45470

URL: http://svn.erp5.org?rev=45470&view=rev
Log:
the process must be stopped after tests

Modified:
    erp5/trunk/utils/cloudooo.handler.ooo/src/cloudooo/handler/ooo/tests/testOpenOffice.py

Modified: erp5/trunk/utils/cloudooo.handler.ooo/src/cloudooo/handler/ooo/tests/testOpenOffice.py
URL: http://svn.erp5.org/erp5/trunk/utils/cloudooo.handler.ooo/src/cloudooo/handler/ooo/tests/testOpenOffice.py?rev=45470&r1=45469&r2=45470&view=diff
==============================================================================
--- erp5/trunk/utils/cloudooo.handler.ooo/src/cloudooo/handler/ooo/tests/testOpenOffice.py [utf8] (original)
+++ erp5/trunk/utils/cloudooo.handler.ooo/src/cloudooo/handler/ooo/tests/testOpenOffice.py [utf8] Thu Apr 14 23:23:50 2011
@@ -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():



More information about the Erp5-report mailing list