[Erp5-report] r30889 - /erp5/trunk/products/Formulator/tests/testSerializeForm.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Nov 27 15:21:38 CET 2009
Author: jerome
Date: Fri Nov 27 15:21:38 2009
New Revision: 30889
URL: http://svn.erp5.org?rev=30889&view=rev
Log:
indentation with \t
Modified:
erp5/trunk/products/Formulator/tests/testSerializeForm.py
Modified: erp5/trunk/products/Formulator/tests/testSerializeForm.py
URL: http://svn.erp5.org/erp5/trunk/products/Formulator/tests/testSerializeForm.py?rev=30889&r1=30888&r2=30889&view=diff
==============================================================================
--- erp5/trunk/products/Formulator/tests/testSerializeForm.py [utf8] (original)
+++ erp5/trunk/products/Formulator/tests/testSerializeForm.py [utf8] Fri Nov 27 15:21:38 2009
@@ -393,8 +393,8 @@
self.assertEquals(42, result2['int_field'])
self.assertEquals(2.71828, result2['float_field'])
- # check link field timeout value
- self.assertEquals(link_field.get_value('check_timeout'),
+ # check link field timeout value
+ self.assertEquals(link_field.get_value('check_timeout'),
form2.link_field.get_value('check_timeout'))
# XXX not tested: equal form validation failure on invalid input
More information about the Erp5-report
mailing list