Commit e3465574 authored by Aurel's avatar Aurel

define mor group category


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14802 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e13fa9c0
......@@ -529,7 +529,8 @@ class TestERP5BankingMixin:
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment