BATCH-220: Updated sample jobs to use 'chunkedStep'

This commit is contained in:
lucasward
2008-02-19 05:55:43 +00:00
parent 786f756ba2
commit d7b9cf9d92
13 changed files with 50 additions and 47 deletions

View File

@@ -29,7 +29,7 @@ public class RollbackJobFunctionalTests extends AbstractValidatingBatchLauncherT
protected void validatePostConditions() throws Exception {
int after = jdbcTemplate.queryForInt("SELECT COUNT(*) from TRADE");
assertEquals(before+4, after);
assertEquals(before+5, after);
}