ignore dao test after test pass

pull/79/head
yihua.huang 11 years ago
parent 6e882b78b5
commit 3eaa5c4d23

@ -1,5 +1,6 @@
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;
/** /**
* @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

Loading…
Cancel
Save