Location newLoc2 = newLDao.findFirstByName("location2");
Location newLoc3 = newLDao.findFirstByName("location3");
Location newLoc4 = newLDao.findFirstByName("location4");
Feature newFeature1 = newFDao.findFirstByName("feature1");
Feature newFeature2 = newFDao.findFirstByName("feature2");
assertTrue(newPerson1.getEventsMap().containsKey(newEv1));
assertTrue(newPerson1.getEventsMap().containsKey(newEv2));
assertTrue(newPerson2.getEventsMap().containsKey(newEv3));
assertTrue(newPerson2.getEventsMap().containsKey(newEv4));