[Erp5-report] r27552 - /erp5/trunk/products/ERP5/tests/testNewPayroll.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 15 10:28:17 CEST 2009


Author: fabien
Date: Mon Jun 15 10:28:16 2009
New Revision: 27552

URL: http://svn.erp5.org?rev=27552&view=rev
Log:
add doc string, typo

Modified:
    erp5/trunk/products/ERP5/tests/testNewPayroll.py

Modified: erp5/trunk/products/ERP5/tests/testNewPayroll.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testNewPayroll.py?rev=27552&r1=27551&r2=27552&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testNewPayroll.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testNewPayroll.py [utf8] Mon Jun 15 10:28:16 2009
@@ -811,6 +811,10 @@
         'Payment Condition')), 1)
 
   def stepCreateModelTree(self, sequence=None, **kw):
+    '''
+      Create three models inheriting from each other. Set slices values on a
+      model.
+    '''
     model_employee = self.createModel()
     model_employee.edit(variation_settings_category_list='salary_range/france')
     model_company = self.createModel()
@@ -890,7 +894,6 @@
     self.assertCellIsNone(model_company_alt, 'salary_range/france/slice_c')
 
     # check model_country could access just it's own cell
-    # model
     self.assertCellIsNone(model_country, 'salary_range/france/slice_a')
     self.assertCellIsNone(model_country, 'salary_range/france/slice_b')
     self.assertCellIsNone(model_country, 'salary_range/france/forfait')




More information about the Erp5-report mailing list