From baad92317240c4f0d25d14369f79b100f37f5cf9 Mon Sep 17 00:00:00 2001
From: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
Date: Mon, 27 Sep 2010 08:57:20 +0000
Subject: [PATCH] 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
---
 product/ERP5/tests/testERP5Core.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/product/ERP5/tests/testERP5Core.py b/product/ERP5/tests/testERP5Core.py
index e94b36d50a..d67cf5156d 100644
--- a/product/ERP5/tests/testERP5Core.py
+++ b/product/ERP5/tests/testERP5Core.py
@@ -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'}],
-- 
2.30.9