[BATCH-97] Add profile to integration project to allow tests to be run.
Update wrong version on some poms (like docs).
This commit is contained in:
@@ -73,8 +73,6 @@ public class ItemOrientedStepTests extends TestCase {
|
||||
|
||||
private ItemOrientedStep itemOrientedStep;
|
||||
|
||||
private RepeatTemplate template;
|
||||
|
||||
private JobInstance jobInstance;
|
||||
|
||||
private ResourcelessTransactionManager transactionManager;
|
||||
@@ -98,6 +96,8 @@ public class ItemOrientedStepTests extends TestCase {
|
||||
|
||||
transactionManager = new ResourcelessTransactionManager();
|
||||
|
||||
RepeatTemplate template;
|
||||
|
||||
itemOrientedStep = (ItemOrientedStep) getStep(new String[] { "foo", "bar", "spam" });
|
||||
template = new RepeatTemplate();
|
||||
template.setCompletionPolicy(new SimpleCompletionPolicy(1));
|
||||
@@ -125,7 +125,7 @@ public class ItemOrientedStepTests extends TestCase {
|
||||
|
||||
public void testChunkExecutor() throws Exception {
|
||||
|
||||
template = new RepeatTemplate();
|
||||
RepeatTemplate template = new RepeatTemplate();
|
||||
|
||||
// Only process one item:
|
||||
template.setCompletionPolicy(new SimpleCompletionPolicy(1));
|
||||
|
||||
Reference in New Issue
Block a user