[ERP5Type] Add default values as class attributes

... in ERP5TYpeLiveTestCase for class members used in _close() and _setup().
parent 0accb3ef
......@@ -65,6 +65,9 @@ class ERP5TypeLiveTestCase(ERP5TypeTestCaseMixin):
- An eplicit list of exceptions to live tests remains to be
defined.
"""
initial_transaction_hash = None
activity_tool_subscribed = None
portal = None
def getPortalName(self):
""" Return the default ERP5 site id.
......
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