Commit 4871d6df authored by Nicolas Delaby's avatar Nicolas Delaby

same as r42024



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@42025 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0562a8e6
......@@ -96,7 +96,8 @@ class TestOpenOffice(cloudoooTestCase):
self.working_path + "_",
self.virtual_display_id,
self.office_binary_path,
self.uno_path)
self.uno_path,
'en')
try:
second_openoffice.start()
openoffice_process = Process(self.openoffice.pid())
......@@ -110,7 +111,8 @@ class TestOpenOffice(cloudoooTestCase):
self.working_path + "_",
self.virtual_display_id,
self.office_binary_path,
self.uno_path)
self.uno_path,
'en')
try:
second_openoffice.start()
openoffice_process = Process(self.openoffice.pid())
......@@ -129,7 +131,8 @@ class TestOpenOffice(cloudoooTestCase):
self.working_path + "_",
self.virtual_display_id,
self.office_binary_path,
self.uno_path)
self.uno_path,
'en')
second_openoffice.start()
third_openoffice = OpenOffice()
......@@ -137,7 +140,8 @@ class TestOpenOffice(cloudoooTestCase):
self.working_path + "_",
self.virtual_display_id,
self.office_binary_path,
self.uno_path)
self.uno_path,
'en')
try:
third_openoffice.start()
......
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