@Test
public void testFamilyF20() throws Exception {
// Test child to family facts
Relationship rel;
FamilyMapper mapper = new FamilyMapper();
Family dqFamily = gedcom.getFamilies().get(3);
mapper.toRelationship(dqFamily, gedcom, result);
assertEquals(result.getRelationships().size(), 9);
testRelationship(0, RelationshipType.Couple, "I1000", "I1001", 0);