Commit 2bdb0499 authored by Jérome Perrin's avatar Jérome Perrin

the transaction from test_PaymentTransactionWithEmployee was actually not

balanced. Fix the test for this.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22187 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 747db007
......@@ -430,6 +430,7 @@ class TestTransactionValidation(AccountingTestCase):
destination_value=self.account_module.bank,
source_debit=500),
dict(source_value=self.account_module.receivable,
destination_value=self.account_module.receivable,
source_credit=500)))
# refused because no bank account
self.assertRaises(ValidationFailed,
......
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