Fix incorrect reference to SimpleJdbcTemplate in reference documentation

Resolves #4197
This commit is contained in:
Mahmoud Ben Hassine
2022-09-22 07:11:33 +02:00
parent be231f7316
commit 39b8279831
3 changed files with 9 additions and 11 deletions

View File

@@ -95,8 +95,6 @@ class RemoteChunkFaultTolerantStepJdbcIntegrationTests {
void testSkipsInWriter() throws Exception {
JobExecution jobExecution = jobLauncher.run(job,
new JobParametersBuilder().addString("item.three", "fail").addLong("run.id", 1L).toJobParameters());
// System.err.println(new SimpleJdbcTemplate(dataSource).queryForList("SELECT *
// FROM INT_MESSAGE_GROUP"));
assertEquals(BatchStatus.COMPLETED, jobExecution.getStatus());
StepExecution stepExecution = jobExecution.getStepExecutions().iterator().next();
assertEquals(9, stepExecution.getReadCount());