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

portal_id was hardcoded as 'erp5' in many places :(



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13842 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6dd188e7
...@@ -110,7 +110,7 @@ Accounting Transaction Module Displays empty Transactions\n ...@@ -110,7 +110,7 @@ Accounting Transaction Module Displays empty Transactions\n
</tr>\n </tr>\n
<tr>\n <tr>\n
<td>open</td>\n <td>open</td>\n
<td>/erp5/AccountingZuite_markChanged</td>\n <td>${base_url}/AccountingZuite_markChanged</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
...@@ -120,7 +120,7 @@ Accounting Transaction Module Displays empty Transactions\n ...@@ -120,7 +120,7 @@ Accounting Transaction Module Displays empty Transactions\n
</tr>\n </tr>\n
<tr>\n <tr>\n
<td>open</td>\n <td>open</td>\n
<td>/erp5/Zuite_waitForActivities</td>\n <td>${base_url}/Zuite_waitForActivities</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
...@@ -130,7 +130,7 @@ Accounting Transaction Module Displays empty Transactions\n ...@@ -130,7 +130,7 @@ Accounting Transaction Module Displays empty Transactions\n
</tr>\n </tr>\n
<tr>\n <tr>\n
<td>open</td>\n <td>open</td>\n
<td>/erp5/accounting_module/view</td>\n <td>${base_url}/accounting_module/view</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<!-- }}} -->\n <!-- }}} -->\n
...@@ -243,7 +243,7 @@ Accounting Transaction Module Displays empty Transactions\n ...@@ -243,7 +243,7 @@ Accounting Transaction Module Displays empty Transactions\n
</tr>\n </tr>\n
<tr>\n <tr>\n
<td>open</td>\n <td>open</td>\n
<td>/erp5/Zuite_waitForActivities</td>\n <td>${base_url}/Zuite_waitForActivities</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
...@@ -296,7 +296,7 @@ Accounting Transaction Module Displays empty Transactions\n ...@@ -296,7 +296,7 @@ Accounting Transaction Module Displays empty Transactions\n
</tr>\n </tr>\n
<tr>\n <tr>\n
<td>open</td>\n <td>open</td>\n
<td>/erp5/Zuite_waitForActivities</td>\n <td>${base_url}/Zuite_waitForActivities</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
...@@ -306,7 +306,7 @@ Accounting Transaction Module Displays empty Transactions\n ...@@ -306,7 +306,7 @@ Accounting Transaction Module Displays empty Transactions\n
</tr>\n </tr>\n
<tr>\n <tr>\n
<td>open</td>\n <td>open</td>\n
<td>/erp5/accounting_module/view</td>\n <td>${base_url}/accounting_module/view</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<!-- }}} -->\n <!-- }}} -->\n
......
...@@ -171,7 +171,7 @@ Test Transactions related to an account, with at date parameter\n ...@@ -171,7 +171,7 @@ Test Transactions related to an account, with at date parameter\n
<!-- {{{ Tear down -->\n <!-- {{{ Tear down -->\n
<tr>\n <tr>\n
<td>open</td>\n <td>open</td>\n
<td>/erp5/</td>\n <td>${base_url}</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
......
...@@ -90,13 +90,6 @@ Test Transactions related to an Organisation, with start date\n ...@@ -90,13 +90,6 @@ Test Transactions related to an Organisation, with start date\n
<td>Base_edit:method</td>\n <td>Base_edit:method</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<!-- XXX manually clear the cache ? -->\n
<tr>\n
<td>clickAndWait</td>\n
<td>//button[@title=\'Select Language\']</td>\n
<td></td>\n
</tr>\n
\n
<tr>\n <tr>\n
<td>selectAndWait</td>\n <td>selectAndWait</td>\n
<td>select_module</td>\n <td>select_module</td>\n
...@@ -297,7 +290,7 @@ Test Transactions related to an Organisation, with start date\n ...@@ -297,7 +290,7 @@ Test Transactions related to an Organisation, with start date\n
</tr>\n </tr>\n
<tr>\n <tr>\n
<td>open</td>\n <td>open</td>\n
<td>/erp5/</td>\n <td>${base_url}</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
...@@ -330,19 +323,12 @@ Test Transactions related to an Organisation, with start date\n ...@@ -330,19 +323,12 @@ Test Transactions related to an Organisation, with start date\n
<td>Base_edit:method</td>\n <td>Base_edit:method</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<!-- XXX manually clear the cache ? -->\n
<tr>\n
<td>clickAndWait</td>\n
<td>//button[@title=\'Select Language\']</td>\n
<td></td>\n
</tr>\n
<!-- }}} -->\n <!-- }}} -->\n
\n \n
</tbody></table>\n </tbody></table>\n
</body>\n </body>\n
</html> <!-- vim: syntax=html foldmethod=marker\n </html> <!-- vim: syntax=html foldmethod=marker\n
-->\n -->
]]></string> </value> ]]></string> </value>
</item> </item>
......
...@@ -297,7 +297,7 @@ Test Transactions related to an Organisation, with start date\n ...@@ -297,7 +297,7 @@ Test Transactions related to an Organisation, with start date\n
</tr>\n </tr>\n
<tr>\n <tr>\n
<td>open</td>\n <td>open</td>\n
<td>/erp5/</td>\n <td>${base_url}</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
......
45 46
\ No newline at end of file \ No newline at end of file
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