Commit 0239f919 authored by Jérome Perrin's avatar Jérome Perrin

indentation with \t


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30889 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 63863359
......@@ -393,8 +393,8 @@ class SerializeTestCase(unittest.TestCase):
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
......
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