Resolved some TODOs.
This commit is contained in:
@@ -68,16 +68,6 @@ public class HibernateFailureJobFunctionalTests extends
|
||||
assertEquals(before, after);
|
||||
}
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
*
|
||||
* @see org.springframework.batch.sample.AbstractCustomerCreditIncreaseTests#validatePostConditions()
|
||||
*/
|
||||
protected void validatePostConditions() throws Exception {
|
||||
// TODO: fix so that the postconditions in super class are true
|
||||
super.validatePostConditions();
|
||||
}
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
*
|
||||
|
||||
@@ -21,12 +21,10 @@ public class JdbcPlayerDaoIntegrationTests extends AbstractTransactionalDataSour
|
||||
private static final String GET_PLAYER = "SELECT * from PLAYERS";
|
||||
|
||||
protected String[] getConfigLocations() {
|
||||
// TODO Auto-generated method stub
|
||||
return new String[] {"data-source-context.xml"};
|
||||
}
|
||||
|
||||
protected void onSetUpBeforeTransaction() throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
super.onSetUpBeforeTransaction();
|
||||
|
||||
playerDao = new JdbcPlayerDao();
|
||||
|
||||
Reference in New Issue
Block a user