BATCH-1344: JobRunnerTestUtils -> JobLauncherTestUtils

This commit is contained in:
dsyer
2009-11-29 16:09:15 +00:00
parent 48218f8e55
commit b61101365c
36 changed files with 109 additions and 103 deletions

View File

@@ -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>

View File

@@ -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>