}
@Test
public void testSaveGetAndUpdate_Notification() {
Task task = new Task("name", "groupName", "sysExecTask", true, true, "command", defaultTimerSchedule);
Notification notification = new Notification("recipients", false, false);
task.setNotification(notification);
taskDAO.save(task);
assertTrue(task.getId() > 0);
assertEquals(0, task.getVersion());