}
public void testCorrectMarkerPlacements(){
testAnyNewMarkerAdded();
FrameworkMap fwm = new FrameworkMap();
fwm.readFile(path+"\\barleyframe.txt");
fwm.setDatabase();
String[] list = mappopAdd.correctMarkerPlacements(mappopAdd.getPlacedMarkers(), fwm);
ListUtils.print("False position assignments in MapPop in lines:",list);
assertEquals(true,list.length==3);
}