BATCH-1344: JobRunnerTestUtils -> JobLauncherTestUtils
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd">
|
||||
|
||||
<context:annotation-config/>
|
||||
<bean class="org.springframework.batch.test.JobRunnerTestUtils"/>
|
||||
<bean class="org.springframework.batch.test.JobLauncherTestUtils"/>
|
||||
|
||||
</beans>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<import resource="classpath:/simple-job-launcher-context.xml" />
|
||||
<import resource="classpath:/jobs/jobStepSample.xml" />
|
||||
|
||||
<bean class="org.springframework.batch.test.JobRunnerTestUtils">
|
||||
<bean class="org.springframework.batch.test.JobLauncherTestUtils">
|
||||
<property name="job" ref="jobStepJob"/>
|
||||
</bean>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user