Commit e1667c72 authored by Sebastien Robin's avatar Sebastien Robin

we do not take into account outgoing lines any more

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12967 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4e831f79
......@@ -286,7 +286,7 @@ class TestERP5BankingUsualCashIncident(TestERP5BankingMixin, ERP5TypeTestCase):
# check the portal type
self.assertEqual(cell.getPortalType(), 'Cash Delivery Cell')
# check the source vault is usual_cash
self.assertEqual(cell.getBaobabSource(), self.usual_cash.getRelativeUrl())
self.assertEqual(cell.getBaobabSource(), None)
# check the destination vault is counter
self.assertEqual(cell.getBaobabDestinationValue(), None)
if cell.getId() == 'movement_0_0_0':
......
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