Suppress unused warnings for ctor tests
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1571537 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
93d4fa6570
commit
5c89f7b4e4
|
@ -82,6 +82,7 @@ public class TestRouteTracker {
|
|||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
@Test
|
||||
public void testCstrTargetLocal() {
|
||||
|
||||
|
@ -122,6 +123,7 @@ public class TestRouteTracker {
|
|||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
@Test
|
||||
public void testCstrRoute() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue