RESOLVED - issue BATCH-395: Rename simple-container-definition.xml

http://jira.springframework.org/browse/BATCH-395

renamed to simple-job-launcher-context.xml and removed unused test config files from execution
This commit is contained in:
robokaso
2008-03-06 09:15:20 +00:00
parent 838975646f
commit 799cce535d
26 changed files with 22 additions and 203 deletions

View File

@@ -34,7 +34,7 @@ public class JdbcJobRepositoryTests extends AbstractTransactionalDataSourceSprin
}
protected String[] getConfigLocations() {
return new String[] { "simple-container-definition.xml" };
return new String[] { "simple-job-launcher-context.xml" };
}
protected void onSetUpInTransaction() throws Exception {