requestHandler.updateServer(beanContext, request, response);
}
public void testServerIsNotUpdatedWhenRequestHashEqualsServerSideHash() throws Exception {
URI[] locations = new URI[] {new URI("ejbd://localhost:4201")};
ServerMetaData server = new ServerMetaData(locations);
beanContext.setContainer(clusteredContainer);
request.getServerHash();
modify().returnValue(server.buildHash());
clusteredContainer.getLocations(beanContext);
modify().returnValue(locations);
startVerification();