Renamed test class
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@987822 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
218f06e113
commit
672221fc5f
|
@ -41,7 +41,7 @@ import org.apache.http.impl.client.cache.CacheEntry;
|
|||
import org.easymock.EasyMock;
|
||||
import org.junit.Test;
|
||||
|
||||
public class TestEhcacheHttpCache extends TestCase {
|
||||
public class TestEhcacheHttpCacheStorage extends TestCase {
|
||||
|
||||
private Ehcache mockCache;
|
||||
private EhcacheHttpCacheStorage impl;
|
Loading…
Reference in New Issue