update ignore test
parent
1148450ff9
commit
e566a53936
|
@ -1,5 +1,6 @@
|
||||||
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;
|
||||||
*/
|
*/
|
||||||
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/*");
|
||||||
|
|
Loading…
Reference in New Issue