RESOLVED - issue BATCH-1338: Allow segregation of jobs by group, type or origin
Make JobRegistry mandatory
This commit is contained in:
@@ -117,7 +117,7 @@ public class ClassPathXmlJobLoaderTests {
|
||||
loader.setJobPaths(jobPaths);
|
||||
loader.initialize();
|
||||
assertEquals(2, registry.getJobNames().size());
|
||||
loader.destroy();
|
||||
loader.clear();
|
||||
assertEquals(0, registry.getJobNames().size());
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user