mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Rearranged cache test class names across several modules
This commit is contained in:
Vendored
-1
@@ -24,7 +24,6 @@ import javax.cache.spi.CachingProvider;
|
||||
* runs against EhCache 2.x with the EhCache-JCache add-on.
|
||||
*
|
||||
* @author Juergen Hoeller
|
||||
* @since 4.2.1
|
||||
*/
|
||||
public class JCacheEhCache3AnnotationTests extends JCacheEhCacheAnnotationTests {
|
||||
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@ import javax.cache.spi.CachingProvider;
|
||||
*
|
||||
* @author Stephane Nicoll
|
||||
*/
|
||||
public class JCacheEhcache3Tests extends JCacheEhCacheTests {
|
||||
public class JCacheEhCache3ApiTests extends JCacheEhCacheApiTests {
|
||||
|
||||
@Override
|
||||
protected CachingProvider getCachingProvider() {
|
||||
Reference in New Issue
Block a user