Commit e4e61ab0 authored by Romain Courteaud's avatar Romain Courteaud

slapos_crm: test: workaround

parent 64233917
......@@ -1145,6 +1145,12 @@ class TestSlapOSCrmDeleteInstanceTree(SlapOSTestCaseMixinWithAbort):
'%s' % person.getRelativeUrl(),
instance_tree.workflow_history['edit_workflow'][-1]['comment'])
# The test impacts all others
# workaround by deleting the object
accounting_transaction.getParentValue().manage_delObjects([accounting_transaction.getId()])
ticket.getParentValue().manage_delObjects([ticket.getId()])
self.tic()
@simulate('InstanceTree_deleteFromRegularisationRequest',
'*args, **kwargs',
'raise NotImplementedError, "Should not have been called"')
......
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