assertEquals(gedxOrganization.getHomepage().getResource().toString(), "http://www.rootsweb.ancestry.com/~tnhenry2/");
}
@Test
public void testToOrganization4() throws Exception {
Repository dqRepository = gedcom.getRepositories().get(3);
TestConversionResult result = new TestConversionResult();
SourceDescriptionMapper mapper = new SourceDescriptionMapper();
mapper.toOrganization(dqRepository, result);
assertNotNull(result.getOrganizations());