Rollback previous change to football job (make config file path valid)
This commit is contained in:
@@ -15,7 +15,7 @@ public class FootballJobFunctionalTests extends
|
||||
}
|
||||
|
||||
protected String[] getConfigLocations() {
|
||||
return new String[] { "jobs/footballJob.xml##" };
|
||||
return new String[] { "jobs/footballJob.xml" };
|
||||
}
|
||||
|
||||
protected void validatePostConditions() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user