From 76da913c250ab158934b252ef095acbae66b99c4 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Sat, 19 Mar 2011 16:45:43 +0000 Subject: [PATCH] BATCH-1396: added step scope to completion policy in chunk parser --- ...ElementCommitIntervalParserTests-context.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 spring-batch-core/src/test/resources/org/springframework/batch/core/configuration/xml/ChunkElementCommitIntervalParserTests-context.xml diff --git a/spring-batch-core/src/test/resources/org/springframework/batch/core/configuration/xml/ChunkElementCommitIntervalParserTests-context.xml b/spring-batch-core/src/test/resources/org/springframework/batch/core/configuration/xml/ChunkElementCommitIntervalParserTests-context.xml new file mode 100644 index 000000000..bb478be52 --- /dev/null +++ b/spring-batch-core/src/test/resources/org/springframework/batch/core/configuration/xml/ChunkElementCommitIntervalParserTests-context.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + \ No newline at end of file