Commit a4fc8019 authored by Jérome Perrin's avatar Jérome Perrin

AccountingTransactionModule_getPaySheetMovementMirrorSectionItemList also

contains an empty item


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23904 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3a3b640e
......@@ -1764,7 +1764,8 @@ class TestPayroll(TestPayrollMixin):
# AccountingTransactionModule_getPaySheetMovementMirrorSectionItemList is
# used in the report dialog to display possible organisations.
self.assertEquals(
[(other_provider.getTitle(), other_provider.getRelativeUrl()),
[('', ''),
(other_provider.getTitle(), other_provider.getRelativeUrl()),
(provider.getTitle(), provider.getRelativeUrl())],
self.portal.accounting_module\
.AccountingTransactionModule_getPaySheetMovementMirrorSectionItemList())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment