reordered assertions to investigate the failed build

This commit is contained in:
robokaso
2008-11-24 14:29:10 +00:00
parent cf2d0cafab
commit b0a785a304

View File

@@ -107,9 +107,9 @@ public class AsyncTaskletStepTests {
step.execute(stepExecution);
assertEquals(BatchStatus.COMPLETED, stepExecution.getStatus());
assertEquals(25, processed.size());
assertEquals(25, stepExecution.getReadCount());
assertEquals(BatchStatus.COMPLETED, stepExecution.getStatus());
}