Revert Nfl test case.
This commit is contained in:
@@ -3,7 +3,7 @@ package org.springframework.batch.sample;
|
||||
public class NflJobFunctionalTests extends AbstractLifecycleSpringContextTests {
|
||||
|
||||
protected String[] getConfigLocations() {
|
||||
return new String[] {"" }; // jobs/nfljob.xml"};
|
||||
return new String[] {"jobs/nfljob.xml"};
|
||||
}
|
||||
|
||||
protected void validatePostConditions() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user