parent
2fbf0f3e11
commit
05701262b1
|
@ -27,8 +27,6 @@ import org.springframework.transaction.annotation.Transactional;
|
||||||
@SpringBootTest
|
@SpringBootTest
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
||||||
@Transactional
|
|
||||||
@Rollback
|
|
||||||
public class DisposeDeviceMapperTest extends InitTestEnvironment {
|
public class DisposeDeviceMapperTest extends InitTestEnvironment {
|
||||||
/**
|
/**
|
||||||
* The Object mapper.
|
* The Object mapper.
|
||||||
|
|
|
@ -27,6 +27,8 @@ import org.springframework.transaction.annotation.Transactional;
|
||||||
@SpringBootTest
|
@SpringBootTest
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
||||||
|
@Transactional
|
||||||
|
@Rollback
|
||||||
public class DisposeNodeManagerTest extends InitTestEnvironment {
|
public class DisposeNodeManagerTest extends InitTestEnvironment {
|
||||||
/**
|
/**
|
||||||
* The Used ip addr.
|
* The Used ip addr.
|
||||||
|
|
Loading…
Reference in New Issue