mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Fixed a commented test
This commit is contained in:
+2
-2
@@ -409,8 +409,8 @@ public class BeanConfigurerTests extends TestCase {
|
||||
public static class CircularFactoryBean implements FactoryBean{
|
||||
|
||||
public CircularFactoryBean() {
|
||||
// ValidAutowireByName autowired = new ValidAutowireByName();
|
||||
// assertNull(autowired.getRamnivas());
|
||||
ValidAutowireByName autowired = new ValidAutowireByName();
|
||||
assertNull(autowired.getRamnivas());
|
||||
}
|
||||
|
||||
public Object getObject() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user