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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 3 10:10:46 CET 2009


Author: gregory
Date: Thu Dec  3 10:10:42 2009
New Revision: 31014

URL: http://svn.erp5.org?rev=31014&view=rev
Log:
Fix site codification in mapping dict.

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=31014&r1=31013&r2=31014&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py [utf8] (original)
+++ erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py [utf8] Thu Dec  3 10:10:42 2009
@@ -546,7 +546,7 @@
     site_region_from_codification_dict = {
       'P10': 'france',
       'S10': 'spain',
-      'P11': 'france',
+      'HQ1': 'france',
     }
     self.paris = self.testsite.newContent(id='paris', portal_type='Category', codification='P10',  vault_type='site')
     self.madrid = self.testsite.newContent(id='madrid', portal_type='Category', codification='S10',  vault_type='site')




More information about the Erp5-report mailing list