[Erp5-report] r19717 - /erp5/trunk/products/ERP5Banking/tests/testERP5BankingCheckPayment.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 6 10:08:27 CET 2008


Author: aurel
Date: Thu Mar  6 10:08:27 2008
New Revision: 19717

URL: http://svn.erp5.org?rev=19717&view=rev
Log:
set overdraft facility onto bank account 

Modified:
    erp5/trunk/products/ERP5Banking/tests/testERP5BankingCheckPayment.py

Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingCheckPayment.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingCheckPayment.py?rev=19717&r1=19716&r2=19717&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingCheckPayment.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingCheckPayment.py Thu Mar  6 10:08:27 2008
@@ -119,6 +119,7 @@
                                                  account_id='bank_account_1',
                                                  currency=self.currency_1,
                                                  amount=30000,
+                                                 overdraft_facility=1,
                                                  internal_bank_account_number="343434343434")
 
     # now we need to create a user as Manager to do the test
@@ -451,7 +452,6 @@
     self.workflow_tool.doActionFor(self.check_payment, 'deliver_action', wf_id='check_payment_workflow')
     self.assertEqual(self.check_payment.getSimulationState(), 'delivered')
 
-
   def stepCheckFinalInventory(self, sequence=None, sequence_list=None, **kwd):
     """
     Check the initial inventory before any operations




More information about the Erp5-report mailing list