Assert.assertEquals(45.53964302945367, response.getCenter().getY(), DELTA);
}
@Test
public void secondServiceTest() throws Exception {
GetLocationForStringRequest request = new GetLocationForStringRequest();
request.setCrs("EPSG:900913");
request.setLocation("second");
CommandResponse commandResponse = commandDispatcher.execute(GetLocationForStringRequest.COMMAND, request, null,
"en");
Assert.assertNotNull(commandResponse);
Assert.assertTrue(commandResponse instanceof GetLocationForStringResponse);