BATCH-63:added id and class attributes to <listener> element

This commit is contained in:
trisberg
2008-11-08 04:14:43 +00:00
parent 7cfafab52b
commit d49cc44abb
4 changed files with 27 additions and 7 deletions

View File

@@ -29,6 +29,7 @@ import org.springframework.batch.core.JobParameters;
import org.springframework.batch.core.repository.JobRepository;
import org.springframework.batch.core.repository.support.MapJobRepositoryFactoryBean;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
@@ -51,6 +52,7 @@ public class StepWithChunkOrientedJobParserTests {
private TestReader reader;
@Autowired
@Qualifier("listener")
private TestListener listener;
@Autowired