fail("Not yet implemented");
}
@Test
public void testGetUrlForSearchResult() throws ParseException {
SearchTrip a = new SearchTrip(new JsfUtilImpl(), EasyMock.createMock(ServiceTrip.class));
a.setFrom("foo");
a.setTo("boo");
Date date = new Date(12345);
a.setLeaveAt(a.getDateFormatForURL().format(date));
String url = a.getAllInSearchUrl();