From f0683b8392d17b21236ef252950e499ec819768e Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Mon, 25 Sep 2006 12:49:24 +0000 Subject: [PATCH] Cleanup created actions after execution. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10287 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../testDialogDialogCategoryPropagation.xml | 10 ++++++++++ .../page_templates_zuite/testExchangeActions.xml | 5 +++++ bt5/erp5_ui_test/bt/revision | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testDialogDialogCategoryPropagation.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testDialogDialogCategoryPropagation.xml index e561c7a822..7643ce1262 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testDialogDialogCategoryPropagation.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testDialogDialogCategoryPropagation.xml @@ -95,6 +95,16 @@ <td>//input[@name=\'dialog_category\' and @value=\'object_exchange\']</td>\n <td></td>\n </tr>\n +<tr>\n + <td>open</td>\n + <td tal:content="string: ${here/portal_url}/portal_types/Foo/PortalType_deleteAction?id=test_action"></td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>open</td>\n + <td tal:content="string: ${here/portal_url}/portal_types/Foo/PortalType_deleteAction?id=test_action_2"></td>\n + <td></td>\n +</tr>\n </tbody></table>\n </body>\n </html>\n diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testExchangeActions.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testExchangeActions.xml index 903ee01b32..34d7a0dd9a 100644 --- a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testExchangeActions.xml +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testExchangeActions.xml @@ -86,6 +86,11 @@ <td>Welcome to ERP5</td>\n <td></td>\n </tr>\n +<tr>\n + <td>open</td>\n + <td tal:content="string: ${here/portal_url}/portal_types/Foo/PortalType_deleteAction?id=test_action"></td>\n + <td></td>\n +</tr>\n </body>\n </html>\n diff --git a/bt5/erp5_ui_test/bt/revision b/bt5/erp5_ui_test/bt/revision index 8e14edce9c..3ca9062a11 100644 --- a/bt5/erp5_ui_test/bt/revision +++ b/bt5/erp5_ui_test/bt/revision @@ -1 +1 @@ -78 +84 \ No newline at end of file -- 2.30.9