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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Sep 20 09:01:21 CEST 2006


Author: aurel
Date: Wed Sep 20 09:01:09 2006
New Revision: 10195

URL: http://svn.erp5.org?rev=10195&view=rev
Log:
define grouping reference when creating document

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

Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingInternalMoneyDeposit.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingInternalMoneyDeposit.py?rev=10195&r1=10194&r2=10195&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingInternalMoneyDeposit.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingInternalMoneyDeposit.py Wed Sep 20 09:01:09 2006
@@ -192,12 +192,14 @@
     """
     # Cash sorting has encaisse_paris for source, guichet_1 for destination, and a price cooreponding to the sum of banknote of 10000 and banknotes of 200 ( (2+3) * 10000 + (2+3) * 200 )
     self.internal_money_deposit = self.internal_money_deposit_module.newContent(id='internal_money_deposit', portal_type='Internal Money Deposit', 
-                                                                        #source_value=None, destination_value=self.bi_counter_vault,
-                                                                        destination_value=self.bi_counter_vault,
-                                                                        source_value=None,
-                                                                        #destination_payment_value = self.bank_account_1,
-                                                                        resource_value = self.currency_1,
-                                                                        source_total_asset_price=20000.0)
+                                                                                #source_value=None, destination_value=self.bi_counter_vault,
+                                                                                destination_value=self.bi_counter_vault,
+                                                                                source_value=None,
+                                                                                #destination_payment_value = self.bank_account_1,
+                                                                                resource_value = self.currency_1,
+                                                                                source_total_asset_price=20000.0,
+                                                                                grouping_reference="lettering",
+                                                                                )
     # execute tic
     self.stepTic()
     # set source reference




More information about the Erp5-report mailing list