public void testTestAssignmentWithSpecialEvent() {
Location loc2 = newLocation("loc2", 5);
allLocations.add(loc2);
aManager = new AssignmentManager(0, allLocations);
Feature special = newFeature("special");
loc1.addFeature(special);
Assignment ass1 = newAssignment("1", 0, 1);
ass1.getEvent().addFeature(special);
Assignment ass2 = newAssignment("2", 0, 1);
ass2.getEvent().addFeature(special);