assertEquals("(id=3)", dependency.getFilter());
// Yet another reconfiguration, un-setting instance.id
newProps = new Properties();
newProps.put("stuff", "stuff");
instance.reconfigure(newProps);
assertTrue(instance.getState() == ComponentInstance.INVALID);
desc = (DependencyHandlerDescription) instance.getInstanceDescription().getHandlerDescription("org.apache.felix" +
".ipojo:requires");