}
@Test
public void badSite() throws MCTException, IOException {
// We should only load an MCCIdentityManager if site is mcc
IIdentityManager manager = IdentityManagerFactory.newIdentityManager("properties/invalid.mcc.properties", null);
Assert.assertFalse(manager instanceof MCCIdentityManager);
}