From 6c73c6c5eaf6936292aea8e9652c4e48cb57a93d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 26 Jun 2008 09:02:15 +0000 Subject: [PATCH] this test should be enabled git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21927 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testPayroll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/tests/testPayroll.py b/product/ERP5/tests/testPayroll.py index a2af157a20..068850a1a2 100644 --- a/product/ERP5/tests/testPayroll.py +++ b/product/ERP5/tests/testPayroll.py @@ -1183,7 +1183,7 @@ class TestPayroll(TestPayrollMixin): 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. -- 2.30.9