fixed test

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4763 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Juergen Hoeller
2011-07-22 11:20:18 +00:00
parent 18b6ee5cc5
commit 94ac2b4806
@@ -184,7 +184,7 @@ public class EnableTransactionManagementIntegrationTests {
public CacheManager cacheManager() {
SimpleCacheManager mgr = new SimpleCacheManager();
ArrayList<Cache> caches = new ArrayList<Cache>();
caches.add(new ConcurrentMapCache());
caches.add(new ConcurrentMapCache(""));
mgr.setCaches(caches);
return mgr;
}