Commit 3eaa5c4d authored by yihua.huang's avatar yihua.huang

ignore dao test after test pass

parent 6e882b78
package us.codecraft.dao; package us.codecraft.dao;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
...@@ -13,6 +14,7 @@ import us.codecraft.webmagic.model.DynamicClass; ...@@ -13,6 +14,7 @@ import us.codecraft.webmagic.model.DynamicClass;
/** /**
* @author code4crafter@gmail.com * @author code4crafter@gmail.com
*/ */
@Ignore
@RunWith(SpringJUnit4ClassRunner.class) @RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = {"classpath:/spring/applicationContext-*.xml"}) @ContextConfiguration(locations = {"classpath:/spring/applicationContext-*.xml"})
@Transactional @Transactional
......
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