Commit e693f63f authored by Sebastien Robin's avatar Sebastien Robin

make sure that we test automated calculation of aggregate resource on check payment

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14568 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6cd511e4
......@@ -140,8 +140,7 @@ class TestERP5BankingCheckPaymentMixin:
self.openCounterDate(site=self.paris)
self.openCounter(site=self.bi_counter_vault)
self.check_model = self.createCheckModel(id='check_model')
self.createCheckbookModel(id='checkbook_model', check_model=self.check_model)
self.createCheckAndCheckbookModel()
# create a check
self.checkbook_1 = self.createCheckbook(id= 'checkbook_1',
vault=self.bi_counter,
......@@ -218,7 +217,6 @@ class TestERP5BankingCheckPaymentMixin:
# aggregate_value = self.check_1,
resource_value = self.currency_1,
aggregate_free_text = "50",
aggregate_resource_value = self.check_model,
description = "test",
# source_value = self.bi_counter,
start_date = DateTime().Date(),
......
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