REPO-2028: Remove lucene dependency

Refactor test to avoid using search service or mock it.
Mark some of the tests as redundant, this will be processed in REPO-3019.
This commit is contained in:
Andrei Rebegea
2017-10-31 14:18:00 +02:00
committed by Alex Mukha
parent e1c531df29
commit b0f057f0d7
104 changed files with 1820 additions and 14378 deletions

View File

@@ -120,6 +120,7 @@ import org.alfresco.service.transaction.TransactionService;
import org.alfresco.util.ApplicationContextHelper;
import org.alfresco.util.Pair;
import org.alfresco.util.testing.category.LuceneTests;
import org.alfresco.util.testing.category.RedundantTests;
import org.apache.chemistry.opencmis.commons.PropertyIds;
import org.apache.chemistry.opencmis.commons.data.Ace;
import org.apache.chemistry.opencmis.commons.data.AllowableActions;
@@ -2336,7 +2337,8 @@ public class CMISTest
AuthenticationUtil.popAuthentication();
}
}
@Category(RedundantTests.class)
@Test
public void mnt10548test() throws Exception
{