Commit 90d6cfdf authored by Yusei Tahara's avatar Yusei Tahara

testTemplateTool: erp5_calendar is no longer appropriate. Let's try with erp5_forge.

parent 66483d11
......@@ -687,7 +687,7 @@ class TestTemplateTool(ERP5TypeTestCase):
template_tool = self.portal.portal_templates
before = {bt.getTitle(): bt.getId()
for bt in template_tool.getInstalledBusinessTemplateList()}
bt_title = 'erp5_calendar'
bt_title = 'erp5_forge'
template_tool.installBusinessTemplateListFromRepository([bt_title],
install_dependency=True)
self.tic()
......
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