// can safely test the declaration binding
assertFalse(handle.getStatus().isBound());
handle.publish();
// This test has been already ssen as failed.
HelloService hs = osgiHelper.waitForService(HelloService.class, "(factory.name=org.apache.felix.ipojo.runtime" +
".core.test.components.FrenchHelloService)", 1000);
assertNotNull(hs);
System.out.println("Status: " + handle.getStatus().isBound());
assertTrue(handle.getStatus().isBound());