BATCH-1179: Remove ref= attribute from <step/> in favor of parent=

This commit is contained in:
dhgarrette
2009-03-25 21:10:38 +00:00
parent d25a779444
commit 69c8cbc120
34 changed files with 80 additions and 188 deletions

View File

@@ -124,12 +124,6 @@ public class StepParserTests {
new XmlBeanFactory(new ClassPathResource(contextLocation));
}
@Test(expected = BeanDefinitionParsingException.class)
public void testStepParserParentAndRef() throws Exception {
new ClassPathXmlApplicationContext(
"org/springframework/batch/core/configuration/xml/StepParserParentAndRefTests-context.xml");
}
@Test
public void testParentStep() throws Exception {
ApplicationContext ctx = new ClassPathXmlApplicationContext(