Commit 1c3fd062 authored by Sebastien Robin's avatar Sebastien Robin

make --save --load of unit test working again

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42533 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 88ff7335
......@@ -278,6 +278,10 @@ class ERP5TypeTestCaseMixin(object):
"""Mixin class for ERP5 based tests.
"""
def dummy_test(self):
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
......@@ -627,10 +631,6 @@ class ERP5TypeTestCaseMixin(object):
class ERP5TypeCommandLineTestCase(object):
def dummy_test(self):
ZopeTestCase._print('All tests are skipped when --save option is passed '
'with --update_business_templates or without --load')
def getPortalName(self):
"""
Return the name of a portal for this test case.
......
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