From 4279e4e22f4a70c69a901255b740bcfc45162ab5 Mon Sep 17 00:00:00 2001
From: Benjamin Blanc <benjamin.blanc@tiolive.com>
Date: Fri, 21 Jun 2013 10:14:57 +0200
Subject: [PATCH] ERP5TypeTestCase: Remove shortDescription introduced by
 mistake

This revert partially commit
"Fix bt5_path into ERP5TypeTestCase.py and ERP5TypeTestSuite.py"
(81f4553af)
---
 product/ERP5Type/tests/ERP5TypeTestCase.py | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/product/ERP5Type/tests/ERP5TypeTestCase.py b/product/ERP5Type/tests/ERP5TypeTestCase.py
index 38c61a0156..d46c1991f2 100644
--- a/product/ERP5Type/tests/ERP5TypeTestCase.py
+++ b/product/ERP5Type/tests/ERP5TypeTestCase.py
@@ -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:
-- 
2.30.9