RESOLVED - issue BATCH-1159: PROCESS_SKIP_COUNT seems not to ever get written to database

This commit is contained in:
dsyer
2009-03-18 16:36:00 +00:00
parent f988e9c9d9
commit c6ca23f224
2 changed files with 13 additions and 10 deletions

View File

@@ -94,6 +94,7 @@ public abstract class AbstractStepExecutionDaoTests extends AbstractTransactiona
stepExecution.setStatus(BatchStatus.STARTED);
stepExecution.setReadSkipCount(7);
stepExecution.setProcessSkipCount(2);
stepExecution.setWriteSkipCount(5);
stepExecution.setProcessSkipCount(11);
stepExecution.setRollbackCount(3);