Commit 70c1091f authored by Nicolas Dumazet's avatar Nicolas Dumazet

revert unrelated changes from r29481.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29483 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent aaefffd8
......@@ -212,10 +212,6 @@ class ERP5TypeTestCase(PortalTestCase):
This TestCase setups an ERP5Site and installs business templates.
"""
def shortDescription(self):
doc = self._TestCase__testMethodDoc
return doc and str(self) + ', ' + doc.split("\n")[0].strip() or None
def dummy_test(self):
ZopeTestCase._print('All tests are skipped when --save option is passed '
'with --update_business_templates or without --load')
......
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