added support for users
enhanced list capabilities
This commit is contained in:
@ -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();
|
||||
|
||||
@ -17,7 +17,7 @@ public class SPListsTest extends BaseTest {
|
||||
|
||||
|
||||
|
||||
@Test
|
||||
@Test
|
||||
public void testFromXML() throws IOException, JAXBException, SAXException {
|
||||
String xmlString = readFileContentFromTest("lists/testlists.xml", "UTF-8");
|
||||
SPLists lists = new SPLists(context);
|
||||
|
||||
Reference in New Issue
Block a user