minor httpclient cleanup

This commit is contained in:
eugenp 2016-10-17 07:49:55 +03:00
parent 298c5e3091
commit f9ec757a44
3 changed files with 3 additions and 3 deletions

View File

@ -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/";

View File

@ -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

View File

@ -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/";