* Test the case update an existing identity.
*/
@Test(expectedExceptions = UnsupportedMethodException.class)
public void testUpdate() throws SocialClientLibException {
if (!canRunTest()) {
throw new UnsupportedMethodException();
}
identityService.update(identityService.get(getRootIdentity().getId()));
}