@After now removes added customer rows that could impact other tests

This commit is contained in:
trisberg
2008-10-21 04:26:48 +00:00
parent fc8bffa4a3
commit f840809ef2

View File

@@ -68,6 +68,7 @@ public class CustomerFilterJobFunctionalTests extends AbstractValidatingBatchLau
@After
public void tearDown() throws Exception {
simpleJdbcTemplate.update("delete from CUSTOMER where ID > 4");
simpleJdbcTemplate.update("delete from TRADE");
}