From f8d5b5fae240300a0bfa40c3ddd42bf660d3c7b4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Wed, 18 Apr 2007 07:34:48 +0000
Subject: [PATCH] add more function

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14106 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Banking/tests/TestERP5BankingMixin.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/product/ERP5Banking/tests/TestERP5BankingMixin.py b/product/ERP5Banking/tests/TestERP5BankingMixin.py
index 1073fe40c7..0b856441c4 100644
--- a/product/ERP5Banking/tests/TestERP5BankingMixin.py
+++ b/product/ERP5Banking/tests/TestERP5BankingMixin.py
@@ -508,6 +508,9 @@ class TestERP5BankingMixin:
     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')
+    self.financier_a = self.banking.newContent(id='financier_a', portal_type='Category', codification='FNA')
+    self.financier_b = self.banking.newContent(id='financier_b', portal_type='Category', codification='FNB')
+    self.chef_financier = self.banking.newContent(id='chef_financier', portal_type='Category', codification='FCF')
 
     # get the base category group
     self.group_base_category = getattr(self.category_tool, 'group')
-- 
2.30.9