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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 19 11:55:20 CEST 2007


Author: aurel
Date: Fri Oct 19 11:55:19 2007
New Revision: 17051

URL: http://svn.erp5.org?rev=17051&view=rev
Log:
no need to create these category here

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=17051&r1=17050&r2=17051&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py Fri Oct 19 11:55:19 2007
@@ -535,10 +535,6 @@
 
     # get the base category group
     self.group_base_category = getattr(self.category_tool, 'group')
-    # add the group baobab in the group category
-    self.baobab = self.group_base_category.newContent(id='baobab', portal_type='Category', codification='BAOBAB')
-    self.compta_group = self.baobab.newContent(id='compta', portal_type='Category', codification='CPT')
-    self.finance_group = self.baobab.newContent(id='finance', portal_type='Category', codification='FNC')
     # 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