IN PROGRESS - BATCH-961: integration tests for JobOperator

added start-stop-resume-stop testcase
This commit is contained in:
robokaso
2008-12-10 14:45:45 +00:00
parent fed3d11182
commit ad84e6fb83
3 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
<import resource="classpath:/simple-job-launcher-context.xml" />
<import resource="classpath:/jobs/infiniteLoopJob.xml" />
</beans>