Commit 75ac8d41 authored by Sebastien Robin's avatar Sebastien Robin

add description on lines

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16686 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6607540c
......@@ -217,6 +217,7 @@ class TestERP5BankingCheckDeposit(TestERP5BankingMixin, ERP5TypeTestCase):
source_payment_value = self.bank_account_2,
price=2000,
quantity=1,
description='aa',
quantity_unit_value=self.unit)
self.assertNotEqual(self.check_operation_line_1, None)
self.assertEqual(len(self.check_deposit.objectIds()), 1)
......@@ -235,6 +236,7 @@ class TestERP5BankingCheckDeposit(TestERP5BankingMixin, ERP5TypeTestCase):
source_payment_value = self.bank_account_2,
price=2000,
quantity=1,
description='aa',
quantity_unit_value=self.unit)
self.assertNotEqual(self.check_operation_line_1, None)
self.assertEqual(len(self.check_deposit.objectIds()), 1)
......
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