Commit 8fc968f8 authored by Yusei Tahara's avatar Yusei Tahara

Fix indentation.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18771 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 62a0e9d2
......@@ -303,10 +303,10 @@ class TestProxyField(unittest.TestCase):
'my_string', 'String', 'StringField')
# Use different id to the template field.
proxy_field2 = self.addField(self.container.Base_view,
'my_another_string', '', 'ProxyField')
'my_another_string', '', 'ProxyField')
# Use same id to the template field.
proxy_field1 = self.addField(self.container.Base_view,
'my_string', '', 'ProxyField')
'my_string', '', 'ProxyField')
proxy_field2.manage_edit_xmlrpc(dict(form_id='Base_viewProxyFieldLibrary',
field_id='my_string',))
proxy_field1.manage_edit_xmlrpc(dict(form_id='Base_viewProxyFieldLibrary',
......
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