Commit 0d96afba authored by Łukasz Nowak's avatar Łukasz Nowak

- use star to use globbing matching


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31666 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1348d2d4
......@@ -185,7 +185,7 @@ bar_category/foo_module/1</td>\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/view*"/>\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/view*" />\n
<td/>\n
</tr>\n
</tbody></table>\n
......
524
\ No newline at end of file
525
\ 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