Commit f384b68f authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! test: enable activity tracking in debug mode.

parent bb0dba8a
...@@ -1028,6 +1028,7 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin): ...@@ -1028,6 +1028,7 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin):
if os.environ.get('erp5_debug_mode'): if os.environ.get('erp5_debug_mode'):
try: try:
self.portal.portal_activities.manage_enableActivityTracking() self.portal.portal_activities.manage_enableActivityTracking()
self.commit()
except AttributeError: except AttributeError:
pass pass
......
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