@Befor ehas to be public

This commit is contained in:
dsyer
2008-11-15 10:58:34 +00:00
parent 501c6d053d
commit df3b9181e3

View File

@@ -23,7 +23,7 @@ public abstract class NonSequentialJobFunctionalTestsBase extends AbstractJobTes
private SimpleJdbcTemplate simpleJdbcTemplate;
@Before
protected void removeOldData() throws Exception {
public void removeOldData() throws Exception {
simpleJdbcTemplate.update("DELETE FROM PLAYERS");
simpleJdbcTemplate.update("DELETE FROM GAMES");
simpleJdbcTemplate.update("DELETE FROM PLAYER_SUMMARY");