fail("invalid");
}
catch (NoSuchBindingException e) {}
ServiceBindingMetadata new1 = new ServiceBindingMetadata(B, A, "localhost", 1, false, false);
store.removeServiceBinding(A, new1);
store.removeServiceBinding(A, BA);
}
public void testAddServiceBindingToAll() throws Exception