assertEquals(1, aManager.getAll().size());
Feature loc1Feature = newFeature("special");
loc1.addFeature(loc1Feature);
Location locForEvent1 = newLocation("loc2", 5);
allLocations.add(locForEvent1);
aManager = new AssignmentManager(0, allLocations);
aManager.setAlgorithm(new HungarianAlgorithm());
Assignment event2 = newAssignment(0, 1);
event2.getEvent().addFeature(loc1Feature);