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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 19 15:05:07 CEST 2007


Author: aurel
Date: Fri Oct 19 15:05:06 2007
New Revision: 17052

URL: http://svn.erp5.org?rev=17052&view=rev
Log:
we need at least a baobab group

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=17052&r1=17051&r2=17052&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py Fri Oct 19 15:05:06 2007
@@ -535,6 +535,7 @@
 
     # get the base category group
     self.group_base_category = getattr(self.category_tool, 'group')
+    self.baobab_group = self.group_base_category.newContent(id='baobab', portal_type='Category', codification='BAOBAB')
     # get the base category site
     self.site_base_category = getattr(self.category_tool, 'site')
     # add the category testsite in the category site which hold vaults situated in the bank




More information about the Erp5-report mailing list