RESOLVED - issue BATCH-1439: Fix test tests
This commit is contained in:
@@ -211,7 +211,7 @@ public abstract class AbstractJobTests implements ApplicationContextAware {
|
||||
* @return JobExecution
|
||||
*/
|
||||
public JobExecution launchStep(String stepName, JobParameters jobParameters, ExecutionContext jobExecutionContext) {
|
||||
Step step = this.job.getStep(stepName);
|
||||
Step step = this.job.getStep(job.getName()+"."+stepName);
|
||||
if (step == null) {
|
||||
throw new IllegalStateException("No Step found with name: [" + stepName + "]");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user