Commit d1a52dd5 authored by Boris Kocherov's avatar Boris Kocherov

fix incomplete refactoring in 115e6f1b

parent cedd433c
......@@ -4,9 +4,9 @@ import helper_util
from getopt import getopt, GetoptError
def test_openoffice(hostname, port):
def test_openoffice(hostname, port, uno_path, office_binary_path):
try:
helper_util.getServiceManager(hostname, port)
helper_util.getServiceManager(hostname, port, uno_path, office_binary_path)
return True
except Exception, err:
print err
......
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