Commit 15433aaa authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

we no longer have /view in URLs.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40411 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 39ee3171
......@@ -67,7 +67,7 @@
have id "2". This is probably a bit too stupid. -->\n
<tr>\n
<td>assertAbsoluteLocation</td>\n
<td tal:content="string:glob:${here/portal_url}/foo_module/2/view*" />\n
<td tal:content="string:glob:${here/portal_url}/foo_module/2*" />\n
<td></td>\n
</tr>\n
<tr>\n
......@@ -88,7 +88,7 @@ have id "2". This is probably a bit too stupid. -->\n
</tr>\n
<tr>\n
<td>assertAbsoluteLocation</td>\n
<td tal:content="string:glob:${here/portal_url}/foo_module/2/1/view*" />\n
<td tal:content="string:glob:${here/portal_url}/foo_module/2/1*" />\n
<td></td>\n
</tr>\n
<tr>\n
......@@ -116,7 +116,7 @@ have id "2". This is probably a bit too stupid. -->\n
</tr>\n
<tr>\n
<td>assertAbsoluteLocation</td>\n
<td tal:content="string:glob:${here/portal_url}/foo_module/3/view*" />\n
<td tal:content="string:glob:${here/portal_url}/foo_module/3*" />\n
<td></td>\n
</tr>\n
<tr>\n
......
......@@ -64,7 +64,7 @@
have id "2". This is probably a bit too stupid. -->\n
<tr>\n
<td>assertAbsoluteLocation</td>\n
<td tal:content="string:glob:${here/portal_url}/foo_module/2/view*" />\n
<td tal:content="string:glob:${here/portal_url}/foo_module/2*" />\n
<td></td>\n
</tr>\n
<tr>\n
......@@ -85,7 +85,7 @@ have id "2". This is probably a bit too stupid. -->\n
</tr>\n
<tr>\n
<td>assertAbsoluteLocation</td>\n
<td tal:content="string:glob:${here/portal_url}/foo_module/2/1/view*" />\n
<td tal:content="string:glob:${here/portal_url}/foo_module/2/1*" />\n
<td></td>\n
</tr>\n
<tr>\n
......
......@@ -95,7 +95,7 @@ does not keep bogus `form_id`.</td></tr>\n
</tr>\n
<tr>\n
<td>assertAbsoluteLocation</td>\n
<td tal:content="string:glob:${here/portal_url}/foo_bar_module/bar_0/view*" />\n
<td tal:content="string:glob:${here/portal_url}/foo_bar_module/bar_0*" />\n
<td></td>\n
</tr>\n
\n
......
......@@ -176,7 +176,7 @@ will be shown\n
</tr>\n
<tr>\n
<td>assertAbsoluteLocation</td>\n
<td tal:content="string:glob:${here/portal_url}/foo_module/1/view*"/>\n
<td tal:content="string:glob:${here/portal_url}/foo_module/1*"/>\n
<td></td>\n
<td></td>\n
</tr>\n
......
......@@ -119,7 +119,7 @@ button</td></tr>\n
</tr>\n
<tr>\n
<td>assertAbsoluteLocation</td>\n
<td tal:content="string:glob:${here/portal_url}/portal_categories/foo_category/a/a1/view*" />\n
<td tal:content="string:glob:${here/portal_url}/portal_categories/foo_category/a/a1*" />\n
<td/>\n
</tr>\n
</tbody></table>\n
......
636
\ No newline at end of file
637
\ 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