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

update ignore test

parent 1148450f
package us.codecraft.webmagic.downloader; package us.codecraft.webmagic.downloader;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import us.codecraft.webmagic.Spider; import us.codecraft.webmagic.Spider;
...@@ -8,7 +9,7 @@ import us.codecraft.webmagic.Spider; ...@@ -8,7 +9,7 @@ import us.codecraft.webmagic.Spider;
*/ */
public class FileCacheTest { public class FileCacheTest {
// @Ignore("takes long") @Ignore("takes long")
@Test @Test
public void test() { public void test() {
FileCache fileCache = new FileCache("http://my.oschina.net/flashsword/blog", "http://my.oschina.net/flashsword/blog/*"); FileCache fileCache = new FileCache("http://my.oschina.net/flashsword/blog", "http://my.oschina.net/flashsword/blog/*");
......
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