From 992078af1ca43f2d47fd243bb47ceee953620c94 Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Thu, 6 Jan 2011 02:33:22 +0000 Subject: [PATCH] Remove unnecessary store git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1055715 13f79535-47bb-0310-9956-ffa450edef68 --- .../test/java/org/apache/http/conn/routing/TestHttpRoute.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpclient/src/test/java/org/apache/http/conn/routing/TestHttpRoute.java b/httpclient/src/test/java/org/apache/http/conn/routing/TestHttpRoute.java index b7e7cd1a5..606ed4eb2 100644 --- a/httpclient/src/test/java/org/apache/http/conn/routing/TestHttpRoute.java +++ b/httpclient/src/test/java/org/apache/http/conn/routing/TestHttpRoute.java @@ -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) {