Commit aec0f7c4 authored by Aurel's avatar Aurel

source is now redefined to None on stop payment


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20741 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 30035ff1
......@@ -140,7 +140,7 @@ class TestERP5BankingStopPayment( TestERP5BankingCheckbookDeliveryMixin,
self.assertEqual(self.stop_payment.getPortalType(), 'Stop Payment')
# check source
self.assertEqual(self.stop_payment.getBaobabSource(),
'site/testsite/paris')
None)
# check destination
self.assertEqual(self.stop_payment.getBaobabDestination(), None)
......
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