revert tenantaware

remove useless findAlltargets
fix typo

Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
This commit is contained in:
SirWayne
2016-07-28 14:57:56 +02:00
parent faac47d6e4
commit a74ec2897c
3 changed files with 2 additions and 5 deletions

View File

@@ -182,9 +182,6 @@ public abstract class AbstractIntegrationTest implements EnvironmentAware {
@After
public void after() {
testRepositoryManagement.clearTestRepository();
targetManagement.findAllTargetIds();
}
protected DefaultMockMvcBuilder createMvcWebAppContext() {