We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d23a9d commit b78fa27Copy full SHA for b78fa27
spring-context-support/src/test/java/org/springframework/cache/ehcache/EhCacheSupportTests.java
@@ -90,6 +90,7 @@ private void doTestEhCacheFactoryBean(boolean useCacheManagerFb) throws Exceptio
90
if (useCacheManagerFb) {
91
cacheManagerFb = new EhCacheManagerFactoryBean();
92
cacheManagerFb.setConfigLocation(new ClassPathResource("testEhcache.xml", getClass()));
93
+ cacheManagerFb.setCacheManagerName("cache");
94
cacheManagerFb.afterPropertiesSet();
95
cacheManagerFbInitialized = true;
96
cacheFb.setCacheManager(cacheManagerFb.getObject());
0 commit comments