Commit f5018d56 authored by yihua.huang's avatar yihua.huang

remove test_issue409 #409

parent 17ae500c
...@@ -86,8 +86,4 @@ public class SimpleHttpClientTest { ...@@ -86,8 +86,4 @@ public class SimpleHttpClientTest {
assertThat(weather).isNotNull(); 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());
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment