From 0a14d2172d1dc826c6264fa3952222a315d3238e Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Sun, 11 Jun 2006 22:44:45 +0000 Subject: [PATCH] in the first level of the site category, we do not need to define the vault_type and the codification git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7673 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Banking/tests/TestERP5BankingMixin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Banking/tests/TestERP5BankingMixin.py b/product/ERP5Banking/tests/TestERP5BankingMixin.py index 16dfc0fa80..6ab9f1b725 100644 --- a/product/ERP5Banking/tests/TestERP5BankingMixin.py +++ b/product/ERP5Banking/tests/TestERP5BankingMixin.py @@ -347,7 +347,7 @@ class TestERP5BankingMixin: # 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 - self.testsite = self.site_base_category.newContent(id='testsite', portal_type='Category', codification='TEST', vault_type='site') + self.testsite = self.site_base_category.newContent(id='testsite', portal_type='Category') self.paris = self.testsite.newContent(id='paris', portal_type='Category', codification='P1', vault_type='site') self.madrid = self.testsite.newContent(id='madrid', portal_type='Category', codification='S1', vault_type='site') -- 2.30.9