mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
SEARCH-574: Annotated the tests as it depends on an open issue.
This commit is contained in:
@@ -29,6 +29,7 @@ import com.fasterxml.jackson.core.JsonProcessingException;
|
||||
|
||||
import org.alfresco.rest.exception.EmptyRestModelCollectionException;
|
||||
import org.alfresco.utility.model.TestGroup;
|
||||
import org.alfresco.utility.report.Bug;
|
||||
import org.springframework.http.HttpStatus;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
@@ -39,6 +40,7 @@ import org.testng.annotations.Test;
|
||||
*/
|
||||
public class ShardInfoTest extends AbstractSearchTest
|
||||
{
|
||||
@Bug(id="DELENG-1", status=Bug.Status.OPENED)
|
||||
@Test(groups={TestGroup.SEARCH, TestGroup.REST_API})
|
||||
public void getShardInfoWithAdminAuthority() throws JsonProcessingException, EmptyRestModelCollectionException
|
||||
{
|
||||
@@ -75,6 +77,7 @@ public class ShardInfoTest extends AbstractSearchTest
|
||||
}
|
||||
}
|
||||
|
||||
@Bug(id="DELENG-1", status=Bug.Status.OPENED)
|
||||
@Test(groups={TestGroup.SEARCH, TestGroup.REST_API})
|
||||
public void getShardInfoWithoutAdminAuthority() throws Exception
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user