changed special chars string

This commit is contained in:
cagache
2017-01-13 17:07:21 +02:00
parent 1ecddc01e2
commit b2332ea021
@@ -91,7 +91,7 @@ public class AddCommentsFullTests extends RestTest
public void addCommentsWithSpecialCharsWithCollaboratorCheckCommentIsReturned() throws Exception
{
document = dataContent.usingSite(siteModel).usingUser(adminUserModel).createContent(DocumentType.TEXT_PLAIN);
String specialCharsString = "!@#$%^&*()_+♂µΓyádo«√<╡┌6£";
String specialCharsString = "!@#$%^&*()'\".,<>-_+=|\\";
String shortString = RandomStringUtils.randomAlphanumeric(2);
restClient.authenticateUser(usersWithRoles.getOneUserWithRole(UserRole.SiteCollaborator))