fix up code formatting and typo
This commit is contained in:
committed by
Mahmoud Ben Hassine
parent
61bec2805d
commit
c2b0a208c3
@@ -140,7 +140,7 @@ public class SimpleStepExecutionSplitterTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testUnkownStatus() throws Exception {
|
||||
public void testUnknownStatus() throws Exception {
|
||||
SimpleStepExecutionSplitter provider = new SimpleStepExecutionSplitter(jobRepository, true, step.getName(),
|
||||
new SimplePartitioner());
|
||||
Set<StepExecution> split = provider.split(stepExecution, 2);
|
||||
|
||||
@@ -197,7 +197,7 @@ public abstract class AbstractJobDaoTests {
|
||||
}
|
||||
|
||||
@Transactional @Test
|
||||
public void testUpdateNullIdJobExection() {
|
||||
public void testUpdateNullIdJobExecution() {
|
||||
|
||||
JobExecution execution = new JobExecution(jobInstance, jobParameters);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user