Merge 1.1.x with minor conflict

This commit is contained in:
Dave Syer
2014-10-02 16:43:56 +01:00
2 changed files with 23 additions and 4 deletions

View File

@@ -44,6 +44,7 @@ public class RedisMetricRepositoryTests {
this.repository = new RedisMetricRepository(this.redis.getResource());
this.prefix = "spring.test." + System.currentTimeMillis();
this.repository.setPrefix(this.prefix);
this.repository.afterPropertiesSet();
}
@After