mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
updates
This commit is contained in:
@@ -58,7 +58,7 @@ public class DeleteTagFullTests extends RestTest
|
||||
@Test(groups = { TestGroup.REST_API, TestGroup.TAGS, TestGroup.FULL })
|
||||
public void collaboratorCanDeleteLongTag() throws JsonToModelConversionException, Exception
|
||||
{
|
||||
String longTag = RandomStringUtils.randomAlphanumeric(10000);
|
||||
String longTag = RandomStringUtils.randomAlphanumeric(3000);
|
||||
document = dataContent.usingSite(siteModel).usingUser(adminUserModel).createContent(CMISUtil.DocumentType.TEXT_PLAIN);
|
||||
|
||||
RestTagModel tagReturnedModel = restClient.authenticateUser(adminUserModel)
|
||||
|
||||
Reference in New Issue
Block a user