Commit dcb21f54 authored by Sebastien Robin's avatar Sebastien Robin

sorry, I went too fast, remove previous change

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7674 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0a14d217
......@@ -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')
self.testsite = self.site_base_category.newContent(id='testsite', portal_type='Category',codification='TEST',vault_type='site')
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')
......
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