Fix test name

This commit is contained in:
Stephane Nicoll 2015-11-23 18:22:53 +01:00
parent 8dea3c5ade
commit 610b5a20ea
2 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ import org.springframework.context.annotation.Configuration;
/** /**
* @author Stephane Nicoll * @author Stephane Nicoll
*/ */
public class JCacheEhCacheTests extends AbstractAnnotationTests { public class JCacheEhCacheAnnotationTests extends AbstractAnnotationTests {
private CacheManager jCacheManager; private CacheManager jCacheManager;

View File

@ -20,13 +20,13 @@ import javax.cache.Caching;
import javax.cache.spi.CachingProvider; import javax.cache.spi.CachingProvider;
/** /**
* Just here to be run against EHCache 3, whereas the original JCacheEhCacheTests * Just here to be run against EHCache 3, whereas the original JCacheEhCacheAnnotationTests
* runs against EhCache 2.x with the EhCache-JCache add-on. * runs against EhCache 2.x with the EhCache-JCache add-on.
* *
* @author Juergen Hoeller * @author Juergen Hoeller
* @since 4.2.1 * @since 4.2.1
*/ */
public class JCacheEhCache3Tests extends JCacheEhCacheTests { public class JCacheEhCache3AnnotationTests extends JCacheEhCacheAnnotationTests {
@Override @Override
protected CachingProvider getCachingProvider() { protected CachingProvider getCachingProvider() {