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:
Sebastian Bazley 2014-02-25 02:05:58 +00:00
parent 93d4fa6570
commit 5c89f7b4e4
1 changed files with 2 additions and 0 deletions

View File

@ -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() {