From e78ff61b5a7c9faf199630f85bf49884a7f2f90f Mon Sep 17 00:00:00 2001 From: Rafael Monnerat <rafael@nexedi.com> Date: Sun, 8 Nov 2009 13:13:09 +0000 Subject: [PATCH] 2009-11-08 Rafael * added Script for getMessageList from DummyMailHost git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30403 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../MailHost_reportMessageList.xml | 146 ++++++++++++++++++ bt5/erp5_ui_test_core/bt/change_log | 3 + bt5/erp5_ui_test_core/bt/revision | 2 +- 3 files changed, 150 insertions(+), 1 deletion(-) create mode 100644 bt5/erp5_ui_test_core/SkinTemplateItem/portal_skins/erp5_ui_test_core/MailHost_reportMessageList.xml diff --git a/bt5/erp5_ui_test_core/SkinTemplateItem/portal_skins/erp5_ui_test_core/MailHost_reportMessageList.xml b/bt5/erp5_ui_test_core/SkinTemplateItem/portal_skins/erp5_ui_test_core/MailHost_reportMessageList.xml new file mode 100644 index 0000000000..851e8dc547 --- /dev/null +++ b/bt5/erp5_ui_test_core/SkinTemplateItem/portal_skins/erp5_ui_test_core/MailHost_reportMessageList.xml @@ -0,0 +1,146 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="PythonScript" module="Products.PythonScripts.PythonScript"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>Script_magic</string> </key> + <value> <int>3</int> </value> + </item> + <item> + <key> <string>_bind_names</string> </key> + <value> + <object> + <klass> + <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_asgns</string> </key> + <value> + <dictionary> + <item> + <key> <string>name_container</string> </key> + <value> <string>container</string> </value> + </item> + <item> + <key> <string>name_context</string> </key> + <value> <string>context</string> </value> + </item> + <item> + <key> <string>name_m_self</string> </key> + <value> <string>script</string> </value> + </item> + <item> + <key> <string>name_subpath</string> </key> + <value> <string>traverse_subpath</string> </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>_body</string> </key> + <value> <string>"""\n + Get the Message List from DummyMailHost.\n +\n + This is used by functional tests to get all\n + emails sent by the instance. This will prevent \n + the instance spam mailing lists during the \n + Functional Tests.\n +"""\n +if getattr("context.MailHost", "getMessageList", None) is None:\n + return "ERROR: MailHost is not a DummyMailHost"\n +\n +for mail in context.MailHost.getMessageList():\n + for part in mail:\n + print part\n + print "="*79\n + print "" \n + \n +return printed\n +</string> </value> + </item> + <item> + <key> <string>_code</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_params</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>errors</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>func_code</string> </key> + <value> + <object> + <klass> + <global name="FuncCode" module="Shared.DC.Scripts.Signature"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>co_argcount</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>co_varnames</string> </key> + <value> + <tuple> + <string>_print_</string> + <string>_print</string> + <string>getattr</string> + <string>None</string> + <string>_getiter_</string> + <string>_getattr_</string> + <string>context</string> + <string>mail</string> + <string>part</string> + </tuple> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>func_defaults</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>MailHost_reportMessageList</string> </value> + </item> + <item> + <key> <string>warnings</string> </key> + <value> + <tuple/> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_ui_test_core/bt/change_log b/bt5/erp5_ui_test_core/bt/change_log index 1a0ba9ee8e..51f7742f5f 100644 --- a/bt5/erp5_ui_test_core/bt/change_log +++ b/bt5/erp5_ui_test_core/bt/change_log @@ -1,3 +1,6 @@ +2009-11-08 Rafael +* added Script for getMessageList from DummyMailHost + 2009-04-20 Kazuhiko * add Zuite_CommonTemplate that should a common template for all functional tests. * add TestTool_getSkinName and TestTool_setSkinNameCookie so as to unify functional tests for normal skin and mobile skin. diff --git a/bt5/erp5_ui_test_core/bt/revision b/bt5/erp5_ui_test_core/bt/revision index 3cacc0b93c..ca7bf83ac5 100644 --- a/bt5/erp5_ui_test_core/bt/revision +++ b/bt5/erp5_ui_test_core/bt/revision @@ -1 +1 @@ -12 \ No newline at end of file +13 \ No newline at end of file -- 2.30.9