psTest = connectorServices.get(2);
Assert.assertEquals(cs1, psTest); // the one with 2000 priority
// remove the connector test3
routingEngine.removeConnection("test3");
// check that there are only 2 connector services
connectorServices = routingEngine.getConnections();
Assert.assertEquals(2, connectorServices.size());