minor httpclient cleanup
This commit is contained in:
parent
298c5e3091
commit
f9ec757a44
|
@ -33,7 +33,7 @@ import org.apache.http.protocol.BasicHttpContext;
|
||||||
import org.apache.http.protocol.HttpContext;
|
import org.apache.http.protocol.HttpContext;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class HttpAsyncClientTest {
|
public class HttpAsyncClientLiveTest {
|
||||||
|
|
||||||
private static final String HOST = "http://www.google.com";
|
private static final String HOST = "http://www.google.com";
|
||||||
private static final String HOST_WITH_SSL = "https://mms.nw.ru/";
|
private static final String HOST_WITH_SSL = "https://mms.nw.ru/";
|
|
@ -29,7 +29,7 @@ import org.apache.http.util.EntityUtils;
|
||||||
import org.junit.Ignore;
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class SandboxTest {
|
public class SandboxLiveTest {
|
||||||
|
|
||||||
// original example
|
// original example
|
||||||
@Ignore
|
@Ignore
|
|
@ -36,7 +36,7 @@ import org.junit.Before;
|
||||||
import org.junit.Ignore;
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class HttpClientConnectionManagementTest {
|
public class HttpClientConnectionManagementLiveTest {
|
||||||
private static final String SERVER1 = "http://www.petrikainulainen.net/";
|
private static final String SERVER1 = "http://www.petrikainulainen.net/";
|
||||||
private static final String SERVER7 = "http://www.baeldung.com/";
|
private static final String SERVER7 = "http://www.baeldung.com/";
|
||||||
|
|
Loading…
Reference in New Issue