This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-email.git
The following commit(s) were added to refs/heads/master by this push: new 5e701ca Camel-case test method name 5e701ca is described below commit 5e701ca76b92472f2be580fe468aaeab7637edd2 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Oct 19 13:25:52 2023 -0400 Camel-case test method name --- src/test/java/org/apache/commons/mail/util/MimeMessageParserTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/mail/util/MimeMessageParserTest.java b/src/test/java/org/apache/commons/mail/util/MimeMessageParserTest.java index f153aaf..a803fcf 100644 --- a/src/test/java/org/apache/commons/mail/util/MimeMessageParserTest.java +++ b/src/test/java/org/apache/commons/mail/util/MimeMessageParserTest.java @@ -122,7 +122,7 @@ public class MimeMessageParserTest } @Test - public void testParseHtmlEmailWithAttachmentAndEncodedFilename() throws Exception + public void testParseHtmlEmailWithAttachmentAndEncodedFileName() throws Exception { DataSource dataSource; final Session session = Session.getDefaultInstance(new Properties());