BATCH-1651: add paging reader to jdbc partitioning sample
This commit is contained in:
@@ -43,7 +43,7 @@ import org.springframework.test.context.ContextConfiguration;
|
||||
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
|
||||
|
||||
@RunWith(SpringJUnit4ClassRunner.class)
|
||||
@ContextConfiguration(locations = { "/simple-job-launcher-context.xml", "/jobs/partitionFileJob.xml",
|
||||
@ContextConfiguration(locations = { "/simple-job-launcher-context.xml", "/jobs/partitionJdbcJob.xml",
|
||||
"/job-runner-context.xml" })
|
||||
public class PartitionJdbcJobFunctionalTests implements ApplicationContextAware {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user