Removed assert of functionality that tends to be platform specific
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1654745 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0baed01f64
commit
0838afd074
|
@ -616,7 +616,6 @@ public class TestHttpRoute {
|
|||
final HttpHost target = new HttpHost(address, -1, "http");
|
||||
final HttpRoute route = new HttpRoute(target);
|
||||
final HttpHost targetHost = route.getTargetHost();
|
||||
Assert.assertEquals("localhost", targetHost.getHostName());
|
||||
Assert.assertEquals(80, targetHost.getPort());
|
||||
Assert.assertEquals("http", targetHost.getSchemeName());
|
||||
Assert.assertEquals(address, targetHost.getAddress());
|
||||
|
|
Loading…
Reference in New Issue