From 8f1d4daf9c9c8642f4e7e99d903e4516c69ecfd1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Mon, 31 Aug 2009 09:08:56 +0000
Subject: [PATCH] update docstring

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28674 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/tests/testPayroll.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/product/ERP5/tests/testPayroll.py b/product/ERP5/tests/testPayroll.py
index 5a21fa482a..ef3b982baa 100644
--- a/product/ERP5/tests/testPayroll.py
+++ b/product/ERP5/tests/testPayroll.py
@@ -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)
 
-- 
2.30.9