From 37e01683fad47a65d997c57a8fcc867aba875bf8 Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Thu, 6 Jan 2011 02:56:23 +0000 Subject: [PATCH] Exception not thrown git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1055721 13f79535-47bb-0310-9956-ffa450edef68 --- .../http/impl/client/cache/TestAsynchronousValidator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpclient-cache/src/test/java/org/apache/http/impl/client/cache/TestAsynchronousValidator.java b/httpclient-cache/src/test/java/org/apache/http/impl/client/cache/TestAsynchronousValidator.java index 334542aa5..db2364cdf 100644 --- a/httpclient-cache/src/test/java/org/apache/http/impl/client/cache/TestAsynchronousValidator.java +++ b/httpclient-cache/src/test/java/org/apache/http/impl/client/cache/TestAsynchronousValidator.java @@ -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);