Commit 37fe1519 authored by Jérome Perrin's avatar Jérome Perrin

return class name as default title for a test



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11141 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 353bf16c
......@@ -177,9 +177,9 @@ def _getConnectionStringDict():
class ERP5TypeTestCase(PortalTestCase):
def getTitle(self):
"""Returns the title of the test, for test reports.
"""
"""
return "Default Title of Test"
return str(self.__class__)
def getPortalName(self):
"""
......
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