assertTrue("not redirected", forward.getRedirect());
assertTrue("txn commit not called", support.connection.commitCalled);
}
public void testActionCreateEntryNoStartTime() throws Exception {
Task task = new Task();
task.setEstimatedHours(4.0);
mockSession.loadReturn = task;
editorForm.setAction(UpdateTimeAction.UPDATE_TIME_ACTION);
editorForm.setEntryId(0, "0");
editorForm.setEndTime(0, DATE_2a);
editorForm.setReportDate(0, DATE_1c);