Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
278a31cc44
|
@ -3,6 +3,7 @@ package com.loafle.overflow.crawler.dao;
|
|||
|
||||
import com.loafle.overflow.crawler.model.Crawler;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
@ -13,6 +14,7 @@ import static org.junit.Assert.*;
|
|||
/**
|
||||
* Created by geek@loafle.com on 17. 6. 8.
|
||||
*/
|
||||
@Ignore
|
||||
public class JPACrawlerDAOTest {
|
||||
|
||||
private JPACrawlerDAO jpaCrawlerDAO = null;
|
||||
|
|
|
@ -2,6 +2,7 @@ package com.loafle.overflow.crawler.dao;
|
|||
|
||||
import com.loafle.overflow.crawler.model.CrawlerInputItem;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
@ -12,6 +13,7 @@ import static org.junit.Assert.*;
|
|||
/**
|
||||
* Created by geek@loafle.com on 17. 6. 8.
|
||||
*/
|
||||
@Ignore
|
||||
public class JPACrawlerInputItemDAOTest {
|
||||
|
||||
private JPACrawlerInputItemDAO inputItemDAO = null;
|
||||
|
|
|
@ -4,6 +4,7 @@ import com.loafle.overflow.crawler.model.Crawler;
|
|||
import com.loafle.overflow.crawler.model.CrawlerInputItem;
|
||||
import com.loafle.overflow.crawler.model.CrawlerInputItemMapping;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
@ -14,6 +15,7 @@ import static org.junit.Assert.*;
|
|||
/**
|
||||
* Created by geek@loafle.com on 17. 6. 8.
|
||||
*/
|
||||
@Ignore
|
||||
public class JPACrawlerInputItemMappingDAOTest {
|
||||
|
||||
private JPACrawlerInputItemMappingDAO mappingDAO = null;
|
||||
|
|
Loading…
Reference in New Issue
Block a user