mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-19 00:20:41 +00:00
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:
parent
a703914575
commit
992078af1c
@ -253,7 +253,7 @@ public void testInvalidArguments() {
|
||||
|
||||
// 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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user