mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-10-08 14:51:20 +00:00
Renamed PostCommentsTest to PostCommentsSanityTest
This commit is contained in:
@@ -4,6 +4,7 @@ import java.util.Arrays;
|
||||
import java.util.HashMap;
|
||||
|
||||
import org.alfresco.dataprep.CMISUtil.DocumentType;
|
||||
import org.alfresco.rest.RestTest;
|
||||
import org.alfresco.rest.exception.JsonToModelConversionException;
|
||||
import org.alfresco.rest.requests.RestCommentsApi;
|
||||
import org.alfresco.utility.data.DataUser;
|
||||
@@ -19,7 +20,7 @@ import org.testng.annotations.BeforeClass;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
@Test(groups = { "rest-api", "comments", "sanity" })
|
||||
public class PostCommentsTest extends RestTest
|
||||
public class PostCommentsSanityTest extends RestTest
|
||||
{
|
||||
@Autowired
|
||||
RestCommentsApi commentsAPI;
|
Reference in New Issue
Block a user