[Erp5-report] r42112 gabriel - /erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jan 7 11:33:18 CET 2011


Author: gabriel
Date: Fri Jan  7 11:33:17 2011
New Revision: 42112

URL: http://svn.erp5.org?rev=42112&view=rev
Log:
sorry, forgot add this part in r42110. Remove unnecessary quotes

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

Modified: erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/tests/testUnoMimemapper.py
URL: http://svn.erp5.org/erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/tests/testUnoMimemapper.py?rev=42112&r1=42111&r2=42112&view=diff
==============================================================================
--- erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/tests/testUnoMimemapper.py [utf8] (original)
+++ erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/tests/testUnoMimemapper.py [utf8] Fri Jan  7 11:33:17 2011
@@ -58,10 +58,10 @@ class TestUnoMimeMapper(CloudoooTestCase
     command = [path.exists(python) and python or "python",
             pkg_resources.resource_filename("cloudooo",
                                        "handler/ooo/helper/unomimemapper.py"),
-            "'--uno_path=%s'" % self.uno_path,
-            "'--office_binary_path=%s'" % self.office_binary_path,
-            "'--hostname=%s'" % self.hostname,
-            "'--port=%s'" % self.openoffice_port]
+            "--uno_path=%s" % self.uno_path,
+            "--office_binary_path=%s" % self.office_binary_path,
+            "--hostname=%s" % self.hostname,
+            "--port=%s" % self.openoffice_port]
     stdout, stderr = Popen(command, 
                            stdout=PIPE,
                            stderr=PIPE).communicate()
@@ -81,8 +81,8 @@ class TestUnoMimeMapper(CloudoooTestCase
     command = [path.join(self.office_binary_path, "python"),
             pkg_resources.resource_filename("cloudooo", 
                                        "handler/ooo/helper/unomimemapper.py"),
-            "'--hostname=%s'" % self.hostname,
-            "'--port=%s'" % self.openoffice_port]
+            "--hostname=%s" % self.hostname,
+            "--port=%s" % self.openoffice_port]
     stdout, stderr = Popen(command,
                            stdout=PIPE,
                            stderr=PIPE).communicate()
@@ -105,10 +105,10 @@ class TestUnoMimeMapper(CloudoooTestCase
     command = [path.exists(python) and python or "python",
             pkg_resources.resource_filename("cloudooo", 
                                             "handler/ooo/helper/unomimemapper.py"),
-            "'--uno_path=%s'" % self.uno_path,
-            "'--office_binary_path=%s'" % self.office_binary_path,
-            "'--hostname=%s'" % self.hostname,
-            "'--port=%s'" % self.openoffice_port]
+            "--uno_path=%s" % self.uno_path,
+            "--office_binary_path=%s" % self.office_binary_path,
+            "--hostname=%s" % self.hostname,
+            "--port=%s" % self.openoffice_port]
     stdout, stderr = Popen(command,
                            stdout=PIPE,
                            stderr=PIPE).communicate()



More information about the Erp5-report mailing list