Suppress unused warnings for ctor tests
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1571535 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
33b4fc1db7
commit
93d4fa6570
|
@ -224,6 +224,7 @@ public class TestHttpRoute {
|
|||
8, routestrings.size());
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
@Test
|
||||
public void testInvalidArguments() {
|
||||
final HttpHost[] chain1 = { PROXY1 };
|
||||
|
@ -510,6 +511,7 @@ public class TestHttpRoute {
|
|||
Assert.assertEquals("bad convenience route 3/secure", route, should);
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
@Test
|
||||
public void testCstr4() {
|
||||
// test convenience constructor with 4 arguments
|
||||
|
|
Loading…
Reference in New Issue