update test url

master
yihua.huang 2014-04-25 11:28:35 +08:00
parent 30af23d003
commit ad6a273b12
1 changed files with 1 additions and 1 deletions

View File

@ -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());
} }