assertEquals("Stack version of SCH should not change after fail report",
State.INSTALL_FAILED, serviceComponentHost2.getState());
}
private ActionManager getMockActionManager() {
return new ActionManager(0, 0, null, null,
new ActionDBInMemoryImpl(), new HostsMap((String) null), null, unitOfWork, null);
}