//TODO Add tests for ARVL, ARRI, ARRIVAL, DPRT, DEPA and DEPARTURE
}
@Test
public void testStandardTags() throws Exception {
Person dqPerson = gedcom.getPeople().get(3);
TestConversionResult result = new TestConversionResult();
PersonMapper mapper = new PersonMapper();
mapper.toPerson(dqPerson, result);
assertNotNull(result.getPersons());