Commit baad9231 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Fix testERP5Core.py by adding property_sheet_tool to the global actions

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38651 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 51cdca82
......@@ -230,6 +230,8 @@ class TestERP5Core(ERP5TypeTestCase, ZopeTestCase.Functional):
'id': 'create_module'},
{'title': 'Configure Portal Types',
'id': 'types_tool'},
{'id': 'property_sheet_tool',
'title': 'Configure Property Sheets'},
{'title': 'Undo', 'id': 'undo'}],
'object': [],
'object_action': [{'id': 'post_query', 'title': 'Post a Query'}],
......
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