test ignore
This commit is contained in:
parent
fd03412304
commit
fe32842deb
|
@ -22,6 +22,7 @@ public class EmailAuthServiceTest {
|
|||
EmailAuthService emailAuthService;
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void TestMailSend() throws Exception {
|
||||
this.emailAuthService.sendEmailByMember((long)1, "geek@loafle.com");
|
||||
}
|
||||
|
|
|
@ -7,14 +7,13 @@ import com.loafle.overflow.spring.JdbcConfiguration;
|
|||
import com.loafle.overflow.spring.MailConfiguration;
|
||||
import org.codehaus.jackson.map.ObjectMapper;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.test.context.ContextConfiguration;
|
||||
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
/**
|
||||
* Created by snoop on 17. 7. 27.
|
||||
*/
|
||||
|
@ -26,6 +25,7 @@ public class InfraHostServiceTest {
|
|||
private InfraHostService infraHostService;
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void regist() throws Exception {
|
||||
|
||||
InfraHost infraHost = new InfraHost();
|
||||
|
|
|
@ -5,14 +5,13 @@ import com.loafle.overflow.spring.AppConfig;
|
|||
import com.loafle.overflow.spring.JdbcConfiguration;
|
||||
import com.loafle.overflow.spring.MailConfiguration;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.test.context.ContextConfiguration;
|
||||
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
/**
|
||||
* Created by snoop on 17. 7. 27.
|
||||
*/
|
||||
|
@ -24,6 +23,7 @@ public class InfraMachineServiceTest {
|
|||
private InfraMachineService infraMachineService;
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void regist() throws Exception {
|
||||
|
||||
InfraMachine infraMachine = new InfraMachine();
|
||||
|
|
|
@ -6,14 +6,13 @@ import com.loafle.overflow.module.meta.model.MetaInfraVendor;
|
|||
import com.loafle.overflow.spring.AppConfig;
|
||||
import com.loafle.overflow.spring.JdbcConfiguration;
|
||||
import com.loafle.overflow.spring.MailConfiguration;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.test.context.ContextConfiguration;
|
||||
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
/**
|
||||
* Created by snoop on 17. 7. 27.
|
||||
*/
|
||||
|
@ -25,6 +24,7 @@ public class InfraOSServiceTest {
|
|||
private InfraOSService infraOSService;
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void regist() throws Exception {
|
||||
|
||||
InfraOS infraOS = new InfraOS();
|
||||
|
|
|
@ -9,6 +9,7 @@ import com.loafle.overflow.spring.JdbcConfiguration;
|
|||
import com.loafle.overflow.spring.MailConfiguration;
|
||||
import org.codehaus.jackson.map.ObjectMapper;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
@ -26,6 +27,7 @@ public class InfraServiceTest {
|
|||
private InfraService infraService;
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void regist() throws Exception {
|
||||
|
||||
long id =registInfra(1,1);
|
||||
|
@ -41,6 +43,7 @@ public class InfraServiceTest {
|
|||
|
||||
}
|
||||
|
||||
@Ignore
|
||||
public long registInfra(int type, int childId) {
|
||||
MetaInfraType metaInfraType = new MetaInfraType();
|
||||
metaInfraType.setId(type);
|
||||
|
|
Loading…
Reference in New Issue
Block a user