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:
parent
882eae6219
commit
80415614f7
|
@ -128,7 +128,7 @@ public class TestCacheInvalidator {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testDoesNotInvalidateGETRequest() throws HttpCacheOperationException {
|
public void testDoesNotInvalidateGETRequest() {
|
||||||
|
|
||||||
requestLineIsRead();
|
requestLineIsRead();
|
||||||
requestMethodIs("GET");
|
requestMethodIs("GET");
|
||||||
|
@ -142,7 +142,7 @@ public class TestCacheInvalidator {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testDoesNotInvalidateHEADRequest() throws HttpCacheOperationException {
|
public void testDoesNotInvalidateHEADRequest() {
|
||||||
|
|
||||||
requestLineIsRead();
|
requestLineIsRead();
|
||||||
requestMethodIs("HEAD");
|
requestMethodIs("HEAD");
|
||||||
|
|
Loading…
Reference in New Issue