FIXED: Destruction callback not made for inner beans

This commit is contained in:
dsyer
2007-10-12 12:22:34 +00:00
parent 19093c54e6
commit db405df7a4

View File

@@ -82,7 +82,8 @@ public class SimpleStepContextTests extends TestCase {
}
});
context.close();
assertEquals(0, list.size());
// Yes the callback should be called even if the attribute is missing - for inner beans
assertEquals(1, list.size());
}
/**