Commit fbbff553 authored by Jérome Perrin's avatar Jérome Perrin

Tests that changes made to other fields are not lost when clicking on a relation field's wheel

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17694 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c9527c73
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PageTemplates.ZopePageTemplate</string>
<string>ZopePageTemplate</string>
</tuple>
<none/>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -96,6 +93,11 @@
<td>link=Title 0</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>type</td>\n
<td>field_my_title</td>\n
<td>New Title</td>\n
</tr>\n
<tr>\n
<td>type</td>\n
<td>field_my_foo_category_title</td>\n
......@@ -145,7 +147,12 @@
<td>Site Error</td>\n
<td/>\n
</tr>\n
<!-- To be continued... this is currently failing here :( -->\n
<!-- Changes made to other fields are not lost -->\n
<tr>\n
<td>assertValue</td>\n
<td>field_my_title</td>\n
<td>New Title</td>\n
</tr>\n
\n
\n
<!-- Type an unknown value, and validate -->\n
......
271
\ No newline at end of file
272
\ 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