Fix tests after upgrade to 2.1.7

This commit is contained in:
Dave Syer
2011-03-30 11:40:35 +01:00
committed by Michael Minella
parent 41dc575682
commit 5779a04cfb
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@
<job id="job1" xmlns="http://www.springframework.org/schema/batch">
<step id="step1-master">
<partition handler="partitionHandler" partitioner="partitioner" step="step1" />
<partition handler="partitionHandler" partitioner="partitioner" />
</step>
</job>

View File

@@ -52,7 +52,7 @@
<job id="job1" xmlns="http://www.springframework.org/schema/batch">
<step id="step1-master">
<partition handler="partitionHandler" partitioner="partitioner" step="step1" />
<partition handler="partitionHandler" partitioner="partitioner" />
</step>
</job>