Commit 1c50cdef authored by Aurel's avatar Aurel

we need at least a baobab group


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17052 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d374eb90
......@@ -535,6 +535,7 @@ class TestERP5BankingMixin:
# 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
......
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