diff --git a/product/ERP5/tests/testNotificationTool.py b/product/ERP5/tests/testNotificationTool.py index e3939f0c699760f3e2dd8afd76195e0d51566f28..9371a1c31c20a0f8889071a7a28965c2fd40acb6 100644 --- a/product/ERP5/tests/testNotificationTool.py +++ b/product/ERP5/tests/testNotificationTool.py @@ -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')