* {@link RelationshipCalculator#calculateRelationships(org.gedcom4j.model.Individual, org.gedcom4j.model.Individual, boolean)}
* .
*/
@Test
public void testCalculateRelationshipGreatGreatGreatGrandparents() {
Individual alex = getPerson("Zucco", "Alex");
Individual kenneth = getPerson("Struthers", "Kenneth");
rc.calculateRelationships(alex, kenneth, true);
assertNotNull(rc.relationshipsFound);
if (VERBOSE) {
System.out.println("Relationships between " + alex + " and " + kenneth);