Commit 4279e4e2 authored by Benjamin Blanc's avatar Benjamin Blanc

ERP5TypeTestCase: Remove shortDescription introduced by mistake

This revert partially commit
"Fix bt5_path into ERP5TypeTestCase.py and ERP5TypeTestSuite.py"
(81f4553a)
parent 57e9592e
......@@ -226,13 +226,6 @@ class ERP5TypeTestCaseMixin(ProcessingNodeTestCase, PortalTestCase):
ZopeTestCase._print('All tests are skipped when --save option is passed '
'with --update_business_templates or without --load')
def shortDescription(self):
description = str(self)
doc = self._testMethodDoc
if doc and doc.split("\n")[0].strip():
description += ', ' + doc.split("\n")[0].strip()
return description
def getRevision(self):
erp5_path = os.path.join(instancehome, 'Products', 'ERP5')
try:
......
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