Remove unnecessary store

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1055715 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-01-06 02:33:22 +00:00
parent a703914575
commit 992078af1c
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ public class TestHttpRoute {
// for the next two, we don't indicate a tunnel anymore
try {
route = new HttpRoute(TARGET1, null, chain0, false,
new HttpRoute(TARGET1, null, chain0, false,
TunnelType.PLAIN, LayerType.PLAIN);
Assert.fail("invalid proxy chain (0) not detected");
} catch (IllegalArgumentException iax) {