Revert Nfl test case.

This commit is contained in:
dsyer
2007-11-02 12:32:02 +00:00
parent 4a00848fce
commit bf3881fc85

View File

@@ -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 {