update test url
parent
30af23d003
commit
ad6a273b12
|
@ -30,7 +30,7 @@ public class HttpClientDownloaderTest {
|
||||||
@Test
|
@Test
|
||||||
public void testDownloader() {
|
public void testDownloader() {
|
||||||
HttpClientDownloader httpClientDownloader = new HttpClientDownloader();
|
HttpClientDownloader httpClientDownloader = new HttpClientDownloader();
|
||||||
Html html = httpClientDownloader.download("http://www.oschina.net");
|
Html html = httpClientDownloader.download("https://github.com");
|
||||||
assertTrue(!html.getText().isEmpty());
|
assertTrue(!html.getText().isEmpty());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue