Commit e4437488 authored by Łukasz Nowak's avatar Łukasz Nowak

Drop name clash.

parent 27daa8a4
...@@ -1037,10 +1037,10 @@ portal_workflow.doActionFor(context, action='edit_action', comment='Visited by I ...@@ -1037,10 +1037,10 @@ portal_workflow.doActionFor(context, action='edit_action', comment='Visited by I
'Visited by Instance_tryToGarbageCollect', 'Visited by Instance_tryToGarbageCollect',
self.software_instance.workflow_history['edit_workflow'][-1]['comment']) self.software_instance.workflow_history['edit_workflow'][-1]['comment'])
class TestSlapOSGarbageCollectDestroyedRootTreeAlarm(testSlapOSMixin): class TestSlapOSUpdateComputerCapacityScopeAlarm(testSlapOSMixin):
def afterSetUp(self): def afterSetUp(self):
super(TestSlapOSGarbageCollectDestroyedRootTreeAlarm, self).afterSetUp() super(TestSlapOSUpdateComputerCapacityScopeAlarm, self).afterSetUp()
self.computer = self.portal.computer_module.template_computer\ self.computer = self.portal.computer_module.template_computer\
.Base_createCloneDocument(batch_mode=1) .Base_createCloneDocument(batch_mode=1)
self.computer.edit( self.computer.edit(
......
247 248
\ No newline at end of file \ No newline at end of file
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