Commit 377c1727 authored by Nicolas Dumazet's avatar Nicolas Dumazet

fix the first part of testFindPortalTypeName

text_extension Contribution Predicate is required to match test.txt, and this
is in erp5_dms BT.
erp5_dms requires Contribution Tool portal type, and it is in erp5_ingestion
erp5_ingestion requires Web Page portal type -> erp5_web


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41478 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 64f77c5a
......@@ -39,7 +39,7 @@ class TestContributionRegistryTool(ERP5TypeTestCase):
return "Contribution Registry Tool"
def getBusinessTemplateList(self):
return ('erp5_base',)
return ('erp5_base', 'erp5_ingestion', 'erp5_web', 'erp5_dms',)
def afterSetUp(self):
self.setUpTestScript()
......
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