"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.sendRoleUpdateNotification("id1", roleB1, test);
on = new ObjectName("test:type=support1");
RelationNotification rn = listener.check(1);
assertEquals(new ArrayList(), rn.getMBeansToUnregister());
assertEquals(roleB1.getRoleValue(), rn.getNewRoleValue());
assertEquals(on, rn.getObjectName());