Browse Source

fixed test

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4763 50f2f4bb-b051-0410-bef5-90022cba6387
pull/2/head
Juergen Hoeller 15 years ago
parent
commit
94ac2b4806
  1. 2
      org.springframework.integration-tests/src/test/java/org/springframework/transaction/annotation/EnableTransactionManagementIntegrationTests.java

2
org.springframework.integration-tests/src/test/java/org/springframework/transaction/annotation/EnableTransactionManagementIntegrationTests.java

@ -184,7 +184,7 @@ public class EnableTransactionManagementIntegrationTests { @@ -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;
}

Loading…
Cancel
Save