Commit e01deb3c authored by Romain Courteaud's avatar Romain Courteaud

Compare location to relative rather than absolute URL.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16999 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d0ad2d03
......@@ -134,7 +134,7 @@ button</td></tr>\n
</tr>\n
<tr>\n
<td>assertLocation</td>\n
<td tal:content="python: \'%s/portal_categories/foo_category/a/a1/view\' % here.portal_url.getPortalObject().absolute_url()"/>\n
<td tal:content="python: \'/portal_categories/foo_category/a/a1/view\'"/>\n
<td/>\n
</tr>\n
</tbody></table>\n
......
225
\ No newline at end of file
226
\ 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