[Erp5-report] r21927 - /erp5/trunk/products/ERP5/tests/testPayroll.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Jun 26 11:02:19 CEST 2008
Author: jerome
Date: Thu Jun 26 11:02:15 2008
New Revision: 21927
URL: http://svn.erp5.org?rev=21927&view=rev
Log:
this test should be enabled
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=21927&r1=21926&r2=21927&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testPayroll.py (original)
+++ erp5/trunk/products/ERP5/tests/testPayroll.py Thu Jun 26 11:02:15 2008
@@ -1183,7 +1183,7 @@
self.assertEquals(pay_sheet.PaySheetTransaction_getMovementList(), [])
# we add a line, then it is returned in the list
line = pay_sheet.newContent(portal_type='Pay Sheet Line')
- #self.assertEquals(1, len(pay_sheet.PaySheetTransaction_getMovementList()))
+ self.assertEquals(1, len(pay_sheet.PaySheetTransaction_getMovementList()))
# if the line has cells with different tax categories, new properties are
# added to this line.
More information about the Erp5-report
mailing list