Commit 8f1d4daf authored by Jérome Perrin's avatar Jérome Perrin

update docstring


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28674 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b8076d15
......@@ -2548,8 +2548,8 @@ class TestPayroll(TestPayrollMixin):
data_line_list = [l for l in line_list if l.isDataLine()]
self.assertEquals(2, len(data_line_list))
# base_unit_quantity for EUR is set to 0.001 in createCurrencies, so the
# precision is 3
# base_unit_quantity for EUR is set to 0.001 in the created currencies, so the
# precision is 3. Editable Fields will reuse this precision.
precision = self.portal.REQUEST.get('precision')
self.assertEquals(3, precision)
......@@ -2933,8 +2933,8 @@ class TestPayroll(TestPayrollMixin):
data_line_list = [l for l in line_list if l.isDataLine()]
self.assertEquals(2, len(data_line_list))
# base_unit_quantity for EUR is set to 0.001 in createCurrencies, so the
# precision is 3
# base_unit_quantity for EUR is set to 0.001 in the created currencies, so the
# precision is 3. Editable Fields will reuse this precision.
precision = self.portal.REQUEST.get('precision')
self.assertEquals(3, precision)
......
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