* likely to be the fault of the EhCacheProvider rather than the BasicHttpCache
*/
public class EhCacheBackedDefaultHttpCacheTest extends DefaultHttpCacheTest {
@Override
protected CacheProvider getCacheProvider() throws Exception {
return new EhCacheCacheProvider(
"res://org/apache/shindig/common/cache/ehcache/ehcacheConfig.xml", true, true);
}