added support for users

enhanced list capabilities
This commit is contained in:
jomu
2015-02-04 21:39:18 +00:00
parent 586191d078
commit a494f14695
2 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,6 @@ import de.muehlencord.shared.sharepoint.api.sites.SPSite;
import java.net.MalformedURLException;
import java.security.KeyManagementException;
import java.security.NoSuchAlgorithmException;
import org.junit.Ignore;
import org.junit.Test;
/**
@ -15,7 +14,6 @@ public class NtlmAuthenticatorTest extends BaseTest {
@Test
@Ignore // Depends on available sharepoint currently
public void testAuthentication() throws MalformedURLException, NoSuchAlgorithmException, KeyManagementException {
SPSite instance = new SPSite(context);
instance.getRootWeb();