renamed test and corresponding text context

This commit is contained in:
Will Schipp
2013-01-17 10:11:58 -05:00
committed by Michael Minella
parent 85c1d06a7d
commit 8ae4cae14a
2 changed files with 3 additions and 1 deletions

View File

@@ -8,12 +8,14 @@ import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.batch.core.step.AbstractStep;
import org.springframework.context.ApplicationContext;
import org.springframework.test.annotation.DirtiesContext;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
@DirtiesContext
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration
public class AbstractStepParserTest {
public class TaskletStepAllowStartIfCompleteTest {
@Resource
private ApplicationContext context;