Weird test failure?

This commit is contained in:
dsyer
2009-08-08 22:31:12 +00:00
parent 2b857a3d65
commit 7943f1b570

View File

@@ -33,7 +33,7 @@ public class MapStepExecutionDaoTests extends AbstractStepExecutionDaoTests {
@Test
public void testPersistentCopy() {
StepExecutionDao tested = new MapStepExecutionDao();
JobExecution jobExecution = new JobExecution((long) 77);
JobExecution jobExecution = new JobExecution(77L);
StepExecution stepExecution = new StepExecution("stepName", jobExecution);
assertNull(stepExecution.getEndTime());