Exception not thrown
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1055721 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6a970590c0
commit
37e01683fa
|
@ -165,7 +165,7 @@ public class TestAsynchronousValidator {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void testRevalidateCacheEntryEndToEnd() throws ProtocolException, IOException, InterruptedException {
|
||||
public void testRevalidateCacheEntryEndToEnd() throws ProtocolException, IOException {
|
||||
CacheConfig config = new CacheConfig();
|
||||
config.setAsynchronousWorkersMax(1);
|
||||
config.setAsynchronousWorkersCore(1);
|
||||
|
|
Loading…
Reference in New Issue