Fix tests after upgrade to 2.1.7
This commit is contained in:
committed by
Michael Minella
parent
41dc575682
commit
5779a04cfb
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user