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
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface TenantRunner<T> {
|
||||
interface TenantRunner<T> {
|
||||
/**
|
||||
* Called to run specific code and a given tenant.
|
||||
*
|
||||
|
||||
@@ -76,7 +76,7 @@ public class EntityInterceptorListenerTest extends AbstractJpaIntegrationTest {
|
||||
|
||||
@Test
|
||||
@Description("Verfies that the post remove is called after a entity deletion.")
|
||||
public void postRemoveIsCalledWhenDeletinggATarget() {
|
||||
public void postRemoveIsCalledWhenDeletingATarget() {
|
||||
executeDeleteAndAssertCallbackResult(new PostRemoveEntityListener());
|
||||
}
|
||||
|
||||
|
||||
@@ -182,9 +182,6 @@ public abstract class AbstractIntegrationTest implements EnvironmentAware {
|
||||
@After
|
||||
public void after() {
|
||||
testRepositoryManagement.clearTestRepository();
|
||||
|
||||
targetManagement.findAllTargetIds();
|
||||
|
||||
}
|
||||
|
||||
protected DefaultMockMvcBuilder createMvcWebAppContext() {
|
||||
|
||||
Reference in New Issue
Block a user