Commit 61662f0c authored by Łukasz Nowak's avatar Łukasz Nowak

Remove not needed method.

parent 675917ff
......@@ -209,17 +209,3 @@ class testVifibSecurityMixin(SecurityTestCase, testVifibMixin):
Logout
"""
self.logout()
def stepAddObject(self, sequence=None, sequence_list=None, **kw):
"""
Add an object in the module
"""
portal = self.getPortal()
portal_type = sequence.get('object_portal_type')
module = portal.getDefaultModule(portal_type)
obj = module.newContent(portal_type=portal_type)
sequence.edit(
obj_id=obj.getId()
)
transaction.commit()
self.tic()
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