From 13977eff4e58c1358e9e9ca5eb1aaf45acf65894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Wed, 12 Sep 2007 17:05:30 +0000 Subject: [PATCH] remove Foo Line global actions, because they have no order set, so the ordering is random and some test fails randomly git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16318 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_types/Foo%20Line/history.xml | 89 ------------------- .../portal_types/Foo%20Line/metadata.xml | 89 ------------------- bt5/erp5_ui_test/bt/revision | 2 +- bt5/erp5_ui_test/bt/template_action_path_list | 2 - 4 files changed, 1 insertion(+), 181 deletions(-) delete mode 100644 bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Line/history.xml delete mode 100644 bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Line/metadata.xml diff --git a/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Line/history.xml b/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Line/history.xml deleted file mode 100644 index 20592e1ec8..0000000000 --- a/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Line/history.xml +++ /dev/null @@ -1,89 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <tuple> - <string>Products.CMFCore.ActionInformation</string> - <string>ActionInformation</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>__ac_local_roles__</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>action</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>category</string> </key> - <value> <string>object_view</string> </value> - </item> - <item> - <key> <string>condition</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>icon</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>history</string> </value> - </item> - <item> - <key> <string>permissions</string> </key> - <value> - <tuple> - <string>View</string> - </tuple> - </value> - </item> - <item> - <key> <string>priority</string> </key> - <value> <float>1.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>History</string> </value> - </item> - <item> - <key> <string>visible</string> </key> - <value> <int>1</int> </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <tuple> - <tuple> - <string>Products.CMFCore.Expression</string> - <string>Expression</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${object_url}/Base_viewHistory</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Line/metadata.xml b/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Line/metadata.xml deleted file mode 100644 index bb0ddd9d25..0000000000 --- a/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo%20Line/metadata.xml +++ /dev/null @@ -1,89 +0,0 @@ -<?xml version="1.0"?> -<ZopeData> - <record id="1" aka="AAAAAAAAAAE="> - <pickle> - <tuple> - <tuple> - <string>Products.CMFCore.ActionInformation</string> - <string>ActionInformation</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>__ac_local_roles__</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>action</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> - <item> - <key> <string>category</string> </key> - <value> <string>object_view</string> </value> - </item> - <item> - <key> <string>condition</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>description</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>icon</string> </key> - <value> <string></string> </value> - </item> - <item> - <key> <string>id</string> </key> - <value> <string>metadata</string> </value> - </item> - <item> - <key> <string>permissions</string> </key> - <value> - <tuple> - <string>Manage properties</string> - </tuple> - </value> - </item> - <item> - <key> <string>priority</string> </key> - <value> <float>1.0</float> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Metadata</string> </value> - </item> - <item> - <key> <string>visible</string> </key> - <value> <int>1</int> </value> - </item> - </dictionary> - </pickle> - </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <tuple> - <tuple> - <string>Products.CMFCore.Expression</string> - <string>Expression</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>text</string> </key> - <value> <string>string:${object_url}/Base_viewMetadata</string> </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_ui_test/bt/revision b/bt5/erp5_ui_test/bt/revision index 55596b29f7..1e3852840b 100644 --- a/bt5/erp5_ui_test/bt/revision +++ b/bt5/erp5_ui_test/bt/revision @@ -1 +1 @@ -210 \ No newline at end of file +211 \ No newline at end of file diff --git a/bt5/erp5_ui_test/bt/template_action_path_list b/bt5/erp5_ui_test/bt/template_action_path_list index a77d24de06..feb7356042 100644 --- a/bt5/erp5_ui_test/bt/template_action_path_list +++ b/bt5/erp5_ui_test/bt/template_action_path_list @@ -6,8 +6,6 @@ Bar | metadata Bar | performance Bar | print Bar | view -Foo Line | history -Foo Line | metadata Foo Line | view Foo Module | list Foo Module | list_ui -- 2.30.9