Polishing

This commit is contained in:
Juergen Hoeller
2018-09-18 17:19:37 +02:00
parent 0204b082b1
commit 65ca7f4909
3 changed files with 16 additions and 16 deletions

View File

@@ -2567,7 +2567,7 @@ public class DefaultListableBeanFactoryTests {
@Test
public void testSingletonLookupByNameIsFastEnough() {
// Assume.group(TestGroup.PERFORMANCE);
Assume.group(TestGroup.PERFORMANCE);
Assume.notLogging(factoryLog);
DefaultListableBeanFactory lbf = new DefaultListableBeanFactory();
lbf.registerBeanDefinition("test", new RootBeanDefinition(TestBean.class));
@@ -2584,7 +2584,7 @@ public class DefaultListableBeanFactoryTests {
@Test
public void testSingletonLookupByTypeIsFastEnough() {
// Assume.group(TestGroup.PERFORMANCE);
Assume.group(TestGroup.PERFORMANCE);
Assume.notLogging(factoryLog);
DefaultListableBeanFactory lbf = new DefaultListableBeanFactory();
lbf.registerBeanDefinition("test", new RootBeanDefinition(TestBean.class));