@Test
public void testSetPOIColor() throws IOException {
Repository<POI> poiRepo = conn.getPOIRepository();
POI poi = poiRepo.getByID("0");
final Color newColor = Color.cyan;
poi.changeColor(newColor);
assertEquals(newColor, poi.getColor());
}
/**
* Checks for presence of a Multi-entry/Multi-exit detector.