[Erp5-report] r42574 kazuhiko - /erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jan 21 13:35:18 CET 2011


Author: kazuhiko
Date: Fri Jan 21 13:35:18 2011
New Revision: 42574

URL: http://svn.erp5.org?rev=42574&view=rev
Log:
allow_none=True is required in ERP5 compatibility API call.

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

Modified: erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/tests/testAllFormatsERP5Compatibility.py
URL: http://svn.erp5.org/erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/tests/testAllFormatsERP5Compatibility.py?rev=42574&r1=42573&r2=42574&view=diff
==============================================================================
--- erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/tests/testAllFormatsERP5Compatibility.py [utf8] (original)
+++ erp5/trunk/utils/cloudooo/cloudooo/handler/ooo/tests/testAllFormatsERP5Compatibility.py [utf8] Fri Jan 21 13:35:18 2011
@@ -43,7 +43,8 @@ class TestAllFormatsERP5Compatibility(Cl
   def afterSetUp(self):
     """Create connection with cloudooo server"""
     self.proxy = ServerProxy("http://%s:%s/RPC2" % (self.hostname,
-                                                    self.cloudooo_port))
+                                                    self.cloudooo_port),
+                             allow_none=True)
 
   def testTextFormats(self):
     """Test all text formats"""



More information about the Erp5-report mailing list