Commit b7b748d2 authored by Romain Courteaud's avatar Romain Courteaud

[test] do not force open order creation before allocation

parent 163ae39a
......@@ -75,15 +75,6 @@ class testSlapOSMixin(ERP5TypeTestCase):
setattr(self, step_name, makeCallAlarm(alarm))
setattr(self, 'stepCallAlarmList', makeCallAlarmList(alarm_step_list))
# Compatibility
# Ensure Open Order are created before doing allocation
self.oldStepCallSlaposAllocateInstanceAlarm = self.stepCallSlaposAllocateInstanceAlarm
def newStepCallSlaposAllocateInstanceAlarm():
self.stepCallSlaposRequestUpdateInstanceTreeOpenSaleOrderAlarm()
self.tic()
self.oldStepCallSlaposAllocateInstanceAlarm()
self.stepCallSlaposAllocateInstanceAlarm = newStepCallSlaposAllocateInstanceAlarm
def createCertificateAuthorityFile(self):
"""Sets up portal_certificate_authority"""
......
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