Commit 7ca168cf authored by Jérome Perrin's avatar Jérome Perrin

tests for title in quad_form_view and report_view page templates.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9757 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1e29d639
......@@ -118,7 +118,7 @@
<td></td>\n
</tr>\n
\n
<!-- Report mode: title of the form -->\n
<!-- Dialog mode: title of the form -->\n
<tr>\n
<td>open</td>\n
<td>/erp5/foo_module/0/view</td>\n
......@@ -135,6 +135,30 @@
<td></td>\n
</tr>\n
\n
<!-- Report view mode: title of the form - title of the object -->\n
<tr>\n
<td>open</td>\n
<td>/erp5/foo_module/0/Base_viewHistory</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>assertTitle</td>\n
<td>History - Title 0</td>\n
<td></td>\n
</tr>\n
\n
<!-- quad_form_view mode: title of the form - title of the object -->\n
<!-- assumes that BusinessTemplate_view uses quad_form_view as a page template. -->\n
<tr>\n
<td>open</td>\n
<td>/erp5/foo_module/0/BusinessTemplate_view</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>assertTitle</td>\n
<td>Business Template Definition - Title 0</td>\n
<td></td>\n
</tr>\n
\n
<!-- portal: title of the portal -->\n
<tr>\n
......
49
\ No newline at end of file
50
\ 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