diff --git a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/BTZuite_setPreference.xml b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/BTZuite_setPreference.xml deleted file mode 100644 index fd01aa314d50024cf11598e9095b9d3f0c97cb72..0000000000000000000000000000000000000000 --- a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/BTZuite_setPreference.xml +++ /dev/null @@ -1,146 +0,0 @@ -<?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>"""Set subversion working copy list and enable preference.\n -\n -This script is called by Products.ERP5Type.tests.runFunctionalTest to set\n -subversion working copy paths. It\'s not meant to be called by zelenium tests.\n -"""\n -\n -pref = getattr(context.portal_preferences, "erp5_ui_test_preference", None)\n -if pref is None:\n - pref = context.portal_preferences.newContent(id="erp5_ui_test_preference", portal_type="Preference")\n -pref.setPreferredSubversionWorkingCopyList(tuple(working_copy_list.split(\',\')))\n -pref.setPreferredHtmlStyleUnsavedFormWarning(False)\n -if pref.getPreferenceState() == \'disabled\':\n - pref.enable()\n -\n -return \'Set Preference Successfully.\'\n -</string> </value> - </item> - <item> - <key> <string>_code</string> </key> - <value> - <none/> - </value> - </item> - <item> - <key> <string>_params</string> </key> - <value> <string>working_copy_list</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>1</int> </value> - </item> - <item> - <key> <string>co_varnames</string> </key> - <value> - <tuple> - <string>working_copy_list</string> - <string>getattr</string> - <string>_getattr_</string> - <string>context</string> - <string>None</string> - <string>pref</string> - <string>tuple</string> - <string>False</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>BTZuite_setPreference</string> </value> - </item> - <item> - <key> <string>title</string> </key> - <value> <string>Set Preference</string> </value> - </item> - <item> - <key> <string>warnings</string> </key> - <value> - <tuple/> - </value> - </item> - </dictionary> - </pickle> - </record> -</ZopeData> diff --git a/bt5/erp5_ui_test/bt/revision b/bt5/erp5_ui_test/bt/revision index 23c5f49dce2fe2fe524cf1f2e227fe5b42560b10..7bfdb2b5028be1267b7830ff2b0b966fb217565e 100644 --- a/bt5/erp5_ui_test/bt/revision +++ b/bt5/erp5_ui_test/bt/revision @@ -1 +1 @@ -572 \ No newline at end of file +573 \ No newline at end of file