From 925e7d1e16655a55be3c62b98941e145d04cb8d9 Mon Sep 17 00:00:00 2001 From: lucasward Date: Mon, 24 Nov 2008 07:02:41 +0000 Subject: [PATCH] OPEN - issue BATCH-673: Add new Java 5.0 features http://jira.springframework.org/browse/BATCH-673 Fixed broken test. --- .../xml/StepWithSimpleTaskJobParserTests-context.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/spring-batch-core/src/test/resources/org/springframework/batch/core/configuration/xml/StepWithSimpleTaskJobParserTests-context.xml b/spring-batch-core/src/test/resources/org/springframework/batch/core/configuration/xml/StepWithSimpleTaskJobParserTests-context.xml index 5a1c13e60..7614991ee 100644 --- a/spring-batch-core/src/test/resources/org/springframework/batch/core/configuration/xml/StepWithSimpleTaskJobParserTests-context.xml +++ b/spring-batch-core/src/test/resources/org/springframework/batch/core/configuration/xml/StepWithSimpleTaskJobParserTests-context.xml @@ -14,12 +14,16 @@ - + - + + + + + \ No newline at end of file