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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jan 29 16:56:05 CET 2007


Author: seb
Date: Mon Jan 29 16:56:03 2007
New Revision: 12442

URL: http://svn.erp5.org?rev=12442&view=rev
Log:
fixed typo error

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=12442&r1=12441&r2=12442&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py Mon Jan 29 16:56:03 2007
@@ -511,7 +511,7 @@
         caisse_courante.newContent(id='encaisse_des_billets_et_monnaies', portal_type='Category', codification='',  vault_type='site/surface/caisse_courante')
         caisse_courante.newContent(id='billets_mutiles', portal_type='Category', codification='',  vault_type='site/surface/caisse_courante')
         # create counter for surface
-        for s in ['banque_interne', 'gros_versement', 'gros_payement']:
+        for s in ['banque_interne', 'gros_versement', 'gros_paiement']:
           s = surface.newContent(id='%s' %(s,), portal_type='Category', codification='',  vault_type='site/surface/%s' %(s,))
           for ss in ['guichet_1', 'guichet_2', 'guichet_3']:
             ss =  s.newContent(id='%s' %(ss,), portal_type='Category', codification='',  vault_type='site/surface/%s/guichet' %(s.getId(),))




More information about the Erp5-report mailing list