Commit 086093ca authored by Aurel's avatar Aurel

add two new function for tests


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22993 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fc56151d
......@@ -536,6 +536,8 @@ class TestERP5BankingMixin:
self.agent_saisie_sref = self.banking.newContent(id='agent_saisie_sref', portal_type='Category', codification='SSREF')
self.chef_sref = self.banking.newContent(id='chef_sref', portal_type='Category', codification='CSREF')
self.analyste_sref = self.banking.newContent(id='analyste_sref', portal_type='Category', codification='ASREF')
self.gestionnaire_devise_a = self.banking.newContent(id='gestionnaire_cours_devise_a', portal_type='Category', codification='GCA')
self.gestionnaire_devise_b = self.banking.newContent(id='gestionnaire_cours_devise_b', portal_type='Category', codification='GCB')
# 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