Github user dtrodrigues commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2800#discussion_r195935356
--- Diff:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestPutEmail.java
---
@@ -137,7 +137,7 @@ public void testOutgoingMessage() throws Exception {
public void testOutgoingMessageWithOptionalProperties() throws
Exception {
// verifies that optional attributes are set on the outgoing
Message correctly
--- End diff --
The test is for the non-ascii accented 'i' here in the first 'i' of
"TestingNÃfi" on lines 140/167 as well as for the accented 'u' in "Búlk"
---