Rollback previous change to football job (make config file path valid)

This commit is contained in:
dsyer
2008-01-17 12:54:00 +00:00
parent 5c02bf8994
commit ce9ff5d25e

View File

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