final SharepointSocialClientContext social =
TestConfiguration.initSocialContext(this.sharepointClientContext);
this.travMan = new SharepointTraversalManager(connector,
this.sharepointClientContext,
new SharepointSocialTraversalManager(social), null);
this.travMan.setBatchHint(100);
}