mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-09 11:35:30 +00:00
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 void testTargetHostNormalizationAddress() throws Exception {
|
||||
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…
x
Reference in New Issue
Block a user