Commit 2bd310c7 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

we no longer have virtual_display_id.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@43126 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 39cd211d
...@@ -41,7 +41,6 @@ class TestOpenOffice(CloudoooTestCase): ...@@ -41,7 +41,6 @@ class TestOpenOffice(CloudoooTestCase):
self.openoffice = OpenOffice() self.openoffice = OpenOffice()
self.openoffice.loadSettings("localhost", 4090, self.openoffice.loadSettings("localhost", 4090,
self.working_path, self.working_path,
self.virtual_display_id,
self.office_binary_path, self.office_binary_path,
self.uno_path, self.uno_path,
'en') 'en')
...@@ -93,7 +92,6 @@ class TestOpenOffice(CloudoooTestCase): ...@@ -93,7 +92,6 @@ class TestOpenOffice(CloudoooTestCase):
second_openoffice = OpenOffice() second_openoffice = OpenOffice()
second_openoffice.loadSettings("localhost", 4090, second_openoffice.loadSettings("localhost", 4090,
self.working_path, self.working_path,
self.virtual_display_id,
self.office_binary_path, self.office_binary_path,
self.uno_path, self.uno_path,
'en') 'en')
...@@ -106,7 +104,6 @@ class TestOpenOffice(CloudoooTestCase): ...@@ -106,7 +104,6 @@ class TestOpenOffice(CloudoooTestCase):
second_openoffice = OpenOffice() second_openoffice = OpenOffice()
second_openoffice.loadSettings("localhost", 4091, second_openoffice.loadSettings("localhost", 4091,
self.working_path, self.working_path,
self.virtual_display_id,
self.office_binary_path, self.office_binary_path,
self.uno_path, self.uno_path,
'en') 'en')
......
...@@ -43,7 +43,6 @@ class IApplication(Interface): ...@@ -43,7 +43,6 @@ class IApplication(Interface):
def loadSettings(hostname, def loadSettings(hostname,
port, port,
virtual_display_id,
working_path, working_path,
office_binary_path): office_binary_path):
"""Load configuration to control OOo Instances""" """Load configuration to control OOo Instances"""
......
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