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