skip test

master
yihua.huang 2013-08-03 16:35:12 +08:00
parent d26cd82d59
commit d4de60a562
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,5 @@
<html>
<body>
webmagic对抓取器编写的面向对象方式的封装。基于POJO(称为PageModel)及注解即可实现一个PageProcessor。
</body>
</html>

View File

@ -1,5 +1,6 @@
package us.codecraft.webmagic.oo;
import org.junit.Ignore;
import org.junit.Test;
import us.codecraft.webmagic.Site;
@ -10,7 +11,7 @@ import us.codecraft.webmagic.Site;
*/
public class TestFetcher {
// @Ignore("takes long")
@Ignore("takes long")
@Test
public void test() {
OOSpider.create(Site.me().addStartUrl("http://my.oschina.net/flashsword/blog/145796"), OschinaBlog.class)