remove test_issue409 #409

master
yihua.huang 2017-06-03 15:10:25 +08:00
parent 17ae500c77
commit f5018d569e
1 changed files with 0 additions and 4 deletions

View File

@ -86,8 +86,4 @@ public class SimpleHttpClientTest {
assertThat(weather).isNotNull();
}
@Test
public void test_issue409() throws Exception {
System.out.println(new SimpleHttpClient(Site.me()).get("https://www.beijing-hyundai.com.cn").getHtml());
}
}