Commit 9c476545 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

allow_none=True is required in ERP5 compatibility API call.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@42574 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5487decd
......@@ -43,7 +43,8 @@ class TestAllFormatsERP5Compatibility(CloudoooTestCase):
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"""
......
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