"relationTypeC", rolesC);
addRelation(server, service, support, "test:type=support1");
server.addNotificationListener(service, listener, null, null);
RelationService rs = (RelationService) services.get(service);
test.add(new ObjectName("test:type=test"));
rs.sendRelationRemovalNotification("id1", test);
on = new ObjectName("test:type=support1");
RelationNotification rn = listener.check(1);
assertEquals(test, rn.getMBeansToUnregister());
assertEquals(new ArrayList(), rn.getNewRoleValue());
assertEquals(on, rn.getObjectName());