Commit 9362cdfb authored by Fabien Morin's avatar Fabien Morin

the Customized field was missing


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35467 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 78146cde
......@@ -155,6 +155,7 @@ class TestProxyField(ERP5TypeTestCase):
'Base_viewGeekFieldLibrary',
'View')
form = skin_folder._getOb('Base_viewGeekFieldLibrary', None)
form.manage_addField('my_title', 'Customized Title', 'StringField')
portal_skins.manage_addProduct['OFSP'].manage_addFolder('erp5_geek')
skin_folder = portal_skins._getOb('erp5_geek')
......
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