Commit e2212d6e authored by Jérome Perrin's avatar Jérome Perrin

crm_renderjs_ui_test: rename scripts to comply with naming conventions

Also remove a non applicable copy-pasted comment
parent 415aa120
......@@ -54,7 +54,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>CRMRJSZuite_deleteData</string> </value>
<value> <string>ERP5Site_createCRMUiTestEvent</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -54,7 +54,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>CRMRJSZuite_createEvent</string> </value>
<value> <string>ERP5Site_deleteCRMUiTestData</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -5,7 +5,7 @@
<tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/init" />
<tr>
<td>open</td>
<td>${base_url}/portal_preferences/CRMRJSZuite_setPreference</td>
<td>${base_url}/portal_preferences/Zuite_setCRMUiTestPreference</td>
<td></td>
</tr>
<tr>
......@@ -26,7 +26,7 @@
</tr>
<tr>
<td>open</td>
<td>${base_url}/CRMRJSZuite_deleteData</td>
<td>${base_url}/ERP5Site_deleteCRMUiTestData</td>
<td></td>
</tr>
<tr>
......@@ -46,7 +46,7 @@
</tr>
<tr>
<td>open</td>
<td>${base_url}/CRMRJSZuite_createEvent</td>
<td>${base_url}/ERP5Site_createCRMUiTestEvent</td>
<td></td>
</tr>
<tr>
......
"""Set subversion working copy list and enable preference.
This script is called by Products.ERP5Type.tests.runFunctionalTest to set
subversion working copy paths and conversion server address.
It's not meant to be called by zelenium tests directly.
"""
context.Zuite_setPreference('')
pref = context.portal_preferences.erp5_ui_test_preference
......
......@@ -54,7 +54,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>CRMRJSZuite_setPreference</string> </value>
<value> <string>Zuite_setCRMUiTestPreference</string> </value>
</item>
<item>
<key> <string>title</string> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment