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:
Oleg Kalnichevski 2010-08-21 20:19:41 +00:00
parent 218f06e113
commit 672221fc5f
1 changed files with 1 additions and 1 deletions

View File

@ -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;