}
// TODO: What is the difference between testAuthorizeDocids and testAuthorizeDocidsForMandUFeeds.
// Need to gather more details on the difference in the data so that we can create if for the tests.
public void testAuthorizeDocids() throws Throwable {
SiteDiscoveryHelper siteDisc =
new SiteDiscoveryHelper(sharepointClientContext, null);
SharepointAuthorizationManager authMan = new SharepointAuthorizationManager(
clientFactory, this.sharepointClientContext,
siteDisc.getMatchingSiteCollections());
AuthenticationIdentity authID = new SimpleAuthenticationIdentity(
TestConfiguration.searchUserID, TestConfiguration.searchUserPwd);
Set<String> docids = new HashSet<String>();
docids.add(TestConfiguration.SearchDocID1);