BATCH-1179: Remove ref= attribute from <step/> in favor of parent=
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user