@Test
public void test_deactivate_fail() throws Exception
{
final String componentname = "ActivatorComponent.deactivate.fail";
ComponentConfigurationDTO cc = getDisabledConfigurationAndEnable(componentname, ComponentConfigurationDTO.ACTIVE);
disableAndCheck( cc );
}