remove @Transactional from test example

This commit is contained in:
dsyer
2010-05-21 03:01:16 +00:00
parent 90c63f71dc
commit 92e6fcaae3

View File

@@ -74,7 +74,6 @@ public class SkipSampleFunctionalTests {
this.simpleJdbcTemplate = new SimpleJdbcTemplate(dataSource);
}
@Transactional
@Test
public void testJob() throws Exception {
simpleJdbcTemplate.update("delete from CUSTOMER");