Commit 2d8682ae authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

testFields: stop using _setUpDefaultTraversable

It is no longer supported in CMF 2.3, see Products.CMFCore
be875bb45272ad6ad3c2e14d72a41295dc7389cf.
parent ac7766fa
......@@ -642,8 +642,6 @@ class TestProxyField(ERP5TypeTestCase):
ERP5Form('Base_viewProxyFieldLibrary', 'Proxys'))
self.container._setObject('Base_view',
ERP5Form('Base_view', 'View'))
from Products.CMFCore.tests.base.utils import _setUpDefaultTraversable
_setUpDefaultTraversable()
def addField(self, form, id, title, field_type):
......
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