Commit 66517db8 authored by Sebastien Robin's avatar Sebastien Robin

make sure that the sort vault type is created

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14266 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0e943a17
......@@ -543,6 +543,7 @@ class TestERP5BankingMixin:
op_vault_type = surface_vault_type.newContent('operations_diverses')
guichet_op_vault_type = op_vault_type.newContent('guichet')
caveau_vault_type = site_vault_type.newContent('caveau')
salle_tri = surface_vault_type.newContent('salle_tri')
if not no_site:
for c in self.testsite.getCategoryChildValueList():
......
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