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

use assertAbsoluteLocation instead of assertLocation



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11899 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5ec46459
......@@ -117,8 +117,8 @@
<td></td>\n
</tr>\n
<tr>\n
<td>assertLocation</td>\n
<td>${base_url}/foo_module/0/view</td>\n
<td>assertAbsoluteLocation</td>\n
<td>exact:${base_url}/foo_module/0/view</td>\n
<td></td>\n
</tr>\n
<!-- We check that the transition has not been passed by looking at the\n
......
......@@ -145,8 +145,8 @@
<td></td>\n
</tr>\n
<tr>\n
<td>assertLocation</td>\n
<td>${base_url}/foo_module/view</td>\n
<td>assertAbsoluteLocation</td>\n
<td>glob:${base_url}/foo_module/view?*</td>\n
<td></td>\n
</tr>\n
<tr>\n
......
......@@ -109,8 +109,8 @@ keeps `form_id`. This test doesn\'t test problems from #217</td></tr>\n
<td></td>\n
</tr>\n
<tr>\n
<td>assertLocation</td>\n
<td>${base_url}/foo_module/0/Base_viewHistory</td>\n
<td>assertAbsoluteLocation</td>\n
<td>glob:${base_url}/foo_module/0/Base_viewHistory?*</td>\n
<td></td>\n
</tr>\n
\n
......
137
\ No newline at end of file
138
\ 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