Commit 52901a0a authored by Ivan Tyagov's avatar Ivan Tyagov

Compare location to relative rather than absolute URL.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16895 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5f88132e
......@@ -93,7 +93,7 @@ shouldn\'t do anything. -->\n
</tr>\n
<tr>\n
<td>assertLocation</td>\n
<td tal:content="python: \'%s/foo_module/1/view\' % here.portal_url.getPortalObject().absolute_url()">/erp5/foo_module/1/view</td>\n
<td tal:content="python: \'/foo_module/1/view\'">/erp5/foo_module/1/view</td>\n
<td/>\n
</tr>\n
<tr>\n
......
224
\ No newline at end of file
225
\ 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