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

accounting_ui_test: Rename AccountingZuite_setAccountReferencePreference to...

accounting_ui_test: Rename AccountingZuite_setAccountReferencePreference to PreferenceTool_setAccountingTestAccountReferencePreference
parent e828834a
......@@ -12,7 +12,7 @@ Test `preferred_gap_id` column of Account Module
<!-- Setup {{{ -->
<tr>
<td>open</td>
<td>${base_url}/AccountingZuite_setAccountReferencePreference</td>
<td>${base_url}/PreferenceTool_setAccountingTestAccountReferencePreference</td>
<td></td>
</tr>
<tr>
......
......@@ -7,7 +7,7 @@ module = portal.accounting_module
# This option is necessary for RJS interface to render Reports
# If you'd keep XHTML value "View" the RJS will not crash it will
# only refuse to validate Report Form View
portal.AccountingZuite_setAccountReferencePreference(report_style=report_style)
portal.PreferenceTool_setAccountingTestAccountReferencePreference(report_style=report_style)
# First, clean up the module
module.manage_delObjects(list(module.objectIds()))
......
......@@ -54,7 +54,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>AccountingZuite_setAccountReferencePreference</string> </value>
<value> <string>PreferenceTool_setAccountingTestAccountReferencePreference</string> </value>
</item>
</dictionary>
</pickle>
......
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