revert tenantaware
remove useless findAlltargets fix typo Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
This commit is contained in:
@@ -55,7 +55,7 @@ public interface TenantAware {
|
|||||||
* the return type of the runner
|
* the return type of the runner
|
||||||
*/
|
*/
|
||||||
@FunctionalInterface
|
@FunctionalInterface
|
||||||
public interface TenantRunner<T> {
|
interface TenantRunner<T> {
|
||||||
/**
|
/**
|
||||||
* Called to run specific code and a given tenant.
|
* Called to run specific code and a given tenant.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ public class EntityInterceptorListenerTest extends AbstractJpaIntegrationTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Description("Verfies that the post remove is called after a entity deletion.")
|
@Description("Verfies that the post remove is called after a entity deletion.")
|
||||||
public void postRemoveIsCalledWhenDeletinggATarget() {
|
public void postRemoveIsCalledWhenDeletingATarget() {
|
||||||
executeDeleteAndAssertCallbackResult(new PostRemoveEntityListener());
|
executeDeleteAndAssertCallbackResult(new PostRemoveEntityListener());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -182,9 +182,6 @@ public abstract class AbstractIntegrationTest implements EnvironmentAware {
|
|||||||
@After
|
@After
|
||||||
public void after() {
|
public void after() {
|
||||||
testRepositoryManagement.clearTestRepository();
|
testRepositoryManagement.clearTestRepository();
|
||||||
|
|
||||||
targetManagement.findAllTargetIds();
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected DefaultMockMvcBuilder createMvcWebAppContext() {
|
protected DefaultMockMvcBuilder createMvcWebAppContext() {
|
||||||
|
|||||||
Reference in New Issue
Block a user