fixed sonar bugs

This commit is contained in:
jomu
2015-02-21 15:20:43 +00:00
parent f8fb86003b
commit 161fc43fc3
10 changed files with 45 additions and 50 deletions

View File

@ -18,7 +18,7 @@ public class NtlmAuthenticatorTest extends BaseTest {
@Ignore // Depends on available sharepoint currently
public void testAuthentication() throws MalformedURLException, NoSuchAlgorithmException, KeyManagementException {
SPSite instance = new SPSite(context);
instance.getRootWeb();
// instance.getRootWeb();
}
}