From e3465574c209b3093d7bf91cec5e8c03269eb653 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Wed, 13 Jun 2007 10:01:39 +0000
Subject: [PATCH] define mor group category

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

diff --git a/product/ERP5Banking/tests/TestERP5BankingMixin.py b/product/ERP5Banking/tests/TestERP5BankingMixin.py
index 0df04e9eb9..68f36368a1 100644
--- a/product/ERP5Banking/tests/TestERP5BankingMixin.py
+++ b/product/ERP5Banking/tests/TestERP5BankingMixin.py
@@ -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
-- 
2.30.9