Commit f6a0f630 authored by Nicolas Delaby's avatar Nicolas Delaby

I was wrong regarding request/something thanks jerome


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33792 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8352659f
......@@ -497,7 +497,7 @@ class TestProxyField(ERP5TypeTestCase):
proxy_field = self.addField(self.container.Base_view,
'my_id', 'ID', 'ProxyField')
proxy_field.manage_edit_xmlrpc(dict(form_id='Base_viewProxyFieldLibrary'))
proxy_field.manage_tales_xmlrpc(dict(field_id='here/REQUEST/field_id'))
proxy_field.manage_tales_xmlrpc(dict(field_id='request/field_id'))
self.container.REQUEST.set('field_id', 'my_title')
self.assertEquals(original_field, proxy_field.getTemplateField())
......
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