[Erp5-report] r18771 - /erp5/trunk/products/ERP5Form/tests/testFields.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jan 17 15:20:06 CET 2008


Author: yusei
Date: Thu Jan 17 15:20:05 2008
New Revision: 18771

URL: http://svn.erp5.org?rev=18771&view=rev
Log:
Fix indentation.

Modified:
    erp5/trunk/products/ERP5Form/tests/testFields.py

Modified: erp5/trunk/products/ERP5Form/tests/testFields.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/tests/testFields.py?rev=18771&r1=18770&r2=18771&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/tests/testFields.py (original)
+++ erp5/trunk/products/ERP5Form/tests/testFields.py Thu Jan 17 15:20:05 2008
@@ -303,10 +303,10 @@
                                    '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',




More information about the Erp5-report mailing list