mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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:
committed by
Alex Mukha
parent
e1c531df29
commit
b0f057f0d7
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user