Skip to content

Commit

Permalink
Revert change test
Browse files Browse the repository at this point in the history
  • Loading branch information
arturobernalg committed Apr 26, 2021
1 parent 107a821 commit cb1f076
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -100,6 +100,6 @@ public void parseImpliedUtf8()
final ServletFileUpload upload = new ServletFileUpload(fileItemFactory);
final List<FileItem> fileItems = upload.parseRequest(request);
final FileItem fileItem = fileItems.get(0);
assertTrue(fileItem.getString().contains("co�te�t"), fileItem.getString());
assertTrue(fileItem.getString().contains("coñteñt"), fileItem.getString());
}
}

0 comments on commit cb1f076

Please sign in to comment.