Merge branch '3.2.x' into master

* 3.2.x:
  Add aop target source test to TestGroup.PERFORMANCE
This commit is contained in:
Chris Beams 2012-12-29 01:05:56 +01:00
commit d5c6d797e5
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@ package org.springframework.aop.target.dynamic;
import static org.junit.Assert.*;
import org.junit.Test;
import org.springframework.build.junit.Assume;
import org.springframework.build.junit.TestGroup;
/**
* @author Rob Harrop
@ -75,6 +77,8 @@ public final class RefreshableTargetSourceTests {
@Test
public void testRefreshOverTime() throws Exception {
Assume.group(TestGroup.PERFORMANCE);
CountingRefreshableTargetSource ts = new CountingRefreshableTargetSource(true);
ts.setRefreshCheckDelay(100);