Commit f38e49c0 authored by Nicolas Delaby's avatar Nicolas Delaby

Use portal as root container

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33691 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 639f9255
......@@ -40,7 +40,7 @@ class TestProxify(ERP5TypeTestCase):
def afterSetUp(self):
# base field library
self.container = Folder('container').__of__(Folder('root'))
self.container = Folder('container').__of__(self.portal)
self.container._setObject('Base_view',
ERP5Form('Base_view', 'Base'))
base_view = self.base_view = self.container.Base_view
......
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