}
}
@Test
public void yahoocomcn() {
ContactsImporter importer = new YahooImporter(props.getProperty("yahoocomcn.username"), props.getProperty("yahoocomcn.password"));
try {
List<Contact> contacts = importer.getContacts();
assertTrue("yahoocomcn contacts are empty", contacts.size() > 0);
} catch (ContactsException e) {
e.printStackTrace();
fail("yahoocomcn contacts get failed. ");
}