* This test verifies that the "prepare" call places an HttpURLConnection on
* the Message and that its URL matches the endpoint.
*/
@Test
public void testConnectionURL() throws Exception {
Bus bus = new CXFBusImpl();
EndpointInfo ei = new EndpointInfo();
ei.setAddress("http://nowhere.com/bar/foo");
HTTPConduit conduit = new URLConnectionHTTPConduit(bus, ei, null);
conduit.finalizeConfig();