Commit bc1b16b6 authored by Yusei Tahara's avatar Yusei Tahara

Added an appropriate getTitle method.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21475 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a8e00ac9
......@@ -577,6 +577,9 @@ Yes, I will go."""
class TestNotificationToolWithCRM(TestNotificationTool):
"""Make sure that notification tool works with crm"""
def getTitle(self):
return "Notification Tool With CRM"
def getBusinessTemplateList(self):
return ('erp5_base', 'erp5_crm')
......
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