Merge remote-tracking branch 'origin/master'

This commit is contained in:
snoop 2017-06-09 14:32:36 +09:00
commit 278a31cc44
3 changed files with 6 additions and 0 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;