[Erp5-report] r8551 - /erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jul 19 12:01:52 CEST 2006


Author: aurel
Date: Wed Jul 19 12:01:42 2006
New Revision: 8551

URL: http://svn.erp5.org?rev=8551&view=rev
Log:
remove deliver action as it is the default state

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

Modified: erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py?rev=8551&r1=8550&r2=8551&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py Wed Jul 19 12:01:42 2006
@@ -1,4 +1,4 @@
-##############################################################################
+#############################################################################
 #
 # Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.
 #                    Aurelien Calonne <aurel at nexedi.com>
@@ -550,8 +550,6 @@
                                            destination_payment_value=bank_account,
                                            inventory=amount)
 
-    # deliver the inventory
-    inventory.deliver()
     self.account_inventory_number += 1
     return bank_account
 
@@ -691,8 +689,6 @@
                                  line['variation_id'],
                                  line['variation_value'],
                                  line['quantity'],)
-    # deliver the inventory
-    inventory.deliver()
     return inventory_group
 
 




More information about the Erp5-report mailing list