Commit 38d09ab1 authored by Aurel's avatar Aurel

add new function category for unit test


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13308 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 354679e6
......@@ -468,6 +468,7 @@ class TestERP5BankingMixin:
self.chef_de_tri = self.banking.newContent(id='chef_de_tri', portal_type='Category', codification='CTR')
self.chef_caisse = self.banking.newContent(id='chef_caisse', portal_type='Category', codification='CCP')
self.chef_section = self.banking.newContent(id='chef_section', portal_type='Category', codification='FXS')
self.chef_section_financier = self.banking.newContent(id='chef_section_financier', portal_type='Category', codification='FXA')
# get the base category group
self.group_base_category = getattr(self.category_tool, 'group')
......
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