[Erp5-report] r38651 arnaud.fontaine - /erp5/trunk/products/ERP5/tests/testERP5Core.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Sep 27 10:57:23 CEST 2010


Author: arnaud.fontaine
Date: Mon Sep 27 10:57:20 2010
New Revision: 38651

URL: http://svn.erp5.org?rev=38651&view=rev
Log:
Fix testERP5Core.py by adding property_sheet_tool to the global actions

Modified:
    erp5/trunk/products/ERP5/tests/testERP5Core.py

Modified: erp5/trunk/products/ERP5/tests/testERP5Core.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5Core.py?rev=38651&r1=38650&r2=38651&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Core.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Core.py [utf8] Mon Sep 27 10:57:20 2010
@@ -230,6 +230,8 @@ class TestERP5Core(ERP5TypeTestCase, Zop
                             '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'}],




More information about the Erp5-report mailing list