mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
Fix sporadically failing SpEL test
This commit is contained in:
+1
-1
@@ -117,7 +117,7 @@ class ApplicationContextExpressionTests {
|
||||
ac.registerBeanDefinition("tb1", bd1);
|
||||
|
||||
GenericBeanDefinition bd2 = new GenericBeanDefinition();
|
||||
bd2.setBeanClassName("#{tb1.class.name}");
|
||||
bd2.setBeanClassName("#{tb1.class}");
|
||||
bd2.setScope("myScope");
|
||||
bd2.getPropertyValues().add("name", "{ XXX#{tb0.name}YYY#{mySpecialAttr}ZZZ }");
|
||||
bd2.getPropertyValues().add("age", "#{mySpecialAttr}");
|
||||
|
||||
Reference in New Issue
Block a user