diff --git a/product/ERP5Type/tests/ERP5TypeTestCase.py b/product/ERP5Type/tests/ERP5TypeTestCase.py index bf01679d8de52f5dd8c807a213b337ce7433450f..c0a56e1b29a77250d0084df9e073d30a93dca05f 100644 --- a/product/ERP5Type/tests/ERP5TypeTestCase.py +++ b/product/ERP5Type/tests/ERP5TypeTestCase.py @@ -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): """