BATCH-845: fixes needed for tests to pass on multiple platforms - HSQL, MySQL, Oracle, SQL Server, DB2, Derby

This commit is contained in:
trisberg
2008-09-26 05:36:48 +00:00
parent 6334bb2098
commit 872c0aa080
20 changed files with 715 additions and 687 deletions

View File

@@ -114,7 +114,6 @@ public class JdbcJobRepositoryTests {
@Transactional @Test
public void testFindOrCreateJob() throws Exception {
System.out.println("**** START ****");
job.setName("foo");
int before = 0;
JobExecution execution = repository.createJobExecution(job.getName(), new JobParameters());