Commit dd3399f3 authored by Sebastien Robin's avatar Sebastien Robin

added a date to the reception

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9118 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 105c5535
......@@ -164,7 +164,8 @@ class TestERP5BankingCheckbookReception(TestERP5BankingMixin, ERP5TypeTestCase):
self.checkbook_reception = self.checkbook_reception_module.newContent(
id='checkbook_reception', portal_type='Checkbook Reception',
source_value=None, destination_value=self.destination_site,
resource_value=self.currency_1)
resource_value=self.currency_1,
start_date=self.date)
# get the checkbook reception document
self.checkbook_reception = getattr(self.checkbook_reception_module, 'checkbook_reception')
# check its portal type
......
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