[Erp5-report] r25246 - /erp5/trunk/products/ERP5/tests/testPayroll.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jan 22 09:24:44 CET 2009


Author: fabien
Date: Thu Jan 22 09:24:44 2009
New Revision: 25246

URL: http://svn.erp5.org?rev=25246&view=rev
Log:
change the acsessor because of the changes of the property name

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

Modified: erp5/trunk/products/ERP5/tests/testPayroll.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testPayroll.py?rev=25246&r1=25245&r2=25246&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testPayroll.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testPayroll.py [utf8] Thu Jan 22 09:24:44 2009
@@ -2580,7 +2580,7 @@
     self.assertEquals(paysheet.contentValues()[2].contentValues()[0].getTotalPrice(), -800)
 
     # create a paysheet with one normal line and an intermediate line
-    model_line_2.setDoNotCreatePaysheetLine(True)
+    model_line_2.setCreatePaysheetLine(False)
     paysheet = self.portal.accounting_module.newContent(
                               portal_type='Pay Sheet Transaction',
                               specialise_value=model)




More information about the Erp5-report mailing list