notificator.removeObserver(obs);
}
public void testCondition() throws Exception {
Lva l1 = new Lva(100, "STEG Condition", tomorrow, tomorrow, today, tomorrow, tomorrow, lect1, 1, "STEOP", "STEG", null, 1, new ArrayList<Exam>(), new ArrayList<PracticeGroup>(), new ArrayList<Interview>(), new ArrayList<User>());
Lva l2 = new Lva(101, "STEG Fullfillment", tomorrow, tomorrow, today, tomorrow, tomorrow, lect1, 1, "STEG", null, null, 1, new ArrayList<Exam>(), new ArrayList<PracticeGroup>(), new ArrayList<Interview>(), new ArrayList<User>());
lvaService.saveAppointment(l1, lect1);
lvaService.saveAppointment(l2, lect1);
try{