Unthrown Exceptions

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@940060 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-05-01 15:45:29 +00:00
parent 882eae6219
commit 80415614f7
1 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ public class TestCacheInvalidator {
}
@Test
public void testDoesNotInvalidateGETRequest() throws HttpCacheOperationException {
public void testDoesNotInvalidateGETRequest() {
requestLineIsRead();
requestMethodIs("GET");
@ -142,7 +142,7 @@ public class TestCacheInvalidator {
}
@Test
public void testDoesNotInvalidateHEADRequest() throws HttpCacheOperationException {
public void testDoesNotInvalidateHEADRequest() {
requestLineIsRead();
requestMethodIs("HEAD");