[Erp5-report] r19523 - /erp5/trunk/products/ERP5Banking/tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 26 16:19:31 CET 2008


Author: seb
Date: Tue Feb 26 16:19:31 2008
New Revision: 19523

URL: http://svn.erp5.org?rev=19523&view=rev
Log:
the force_check parameter does not exist for openCounter

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

Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingAvailableInventory.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingAvailableInventory.py?rev=19523&r1=19522&r2=19523&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingAvailableInventory.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingAvailableInventory.py Tue Feb 26 16:19:31 2008
@@ -103,8 +103,7 @@
                              currency=self.currency_1,
                              line_list=self.line_list)
 
-    self.openCounter(site=self.money_deposit_counter.guichet_1,id='counter_2',
-                     force_check=1)
+    self.openCounter(site=self.money_deposit_counter.guichet_1,id='counter_2')
 
     # Define foreign currency variables
     inventory_dict_line_1 = {'id' : 'inventory_line_1',




More information about the Erp5-report mailing list