Commit f8496898 authored by Rafael Monnerat's avatar Rafael Monnerat

Improved fast input test.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18522 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f8628de6
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<string>Products.PageTemplates.ZopePageTemplate</string> <tuple/>
<string>ZopePageTemplate</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -69,7 +66,7 @@ ...@@ -69,7 +66,7 @@
<!-- Purpose is to make sure the dialog in list mode generates its own selection name -->\n <!-- Purpose is to make sure the dialog in list mode generates its own selection name -->\n
<tr>\n <tr>\n
<td>open</td>\n <td>open</td>\n
<td tal:content="string: ${here/portal_url}/portal_types/Foo/PortalType_addAction?id=test_fastinput&name=fast_input&category=object_exchange&action=string:%24{object_url}/Foo_viewFastInput"></td>\n <td tal:content="string: ${here/portal_url}/portal_types/Foo/PortalType_addAction?id=test_fastinput&name=fast_input&category=object_fast_input&action=string:%24{object_url}/Foo_viewFastInput"></td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
...@@ -84,7 +81,7 @@ ...@@ -84,7 +81,7 @@
</tr>\n </tr>\n
<tr>\n <tr>\n
<td>clickAndWait</td>\n <td>clickAndWait</td>\n
<td>link=Import / Export</td>\n <td>link=Fast Input</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
......
308 313
\ No newline at end of file \ 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