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 20516fe Format
20516fe is described below
commit 20516fef7cccdc55b36b20a5dcf596e034b856f5
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 13 12:23:14 2023 -0500
Format
---
src/test/java/org/apache/commons/mail/HtmlEmailTest.java | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/src/test/java/org/apache/commons/mail/HtmlEmailTest.java
b/src/test/java/org/apache/commons/mail/HtmlEmailTest.java
index db0d461..c44d483 100644
--- a/src/test/java/org/apache/commons/mail/HtmlEmailTest.java
+++ b/src/test/java/org/apache/commons/mail/HtmlEmailTest.java
@@ -471,10 +471,7 @@ public class HtmlEmailTest extends AbstractEmailTest {
}
/**
- * EMAIL-73 - check that providing a plain text content using setMsg()
creates a plain content and HTML content using {@code
- *
- * <pre>
- * } tags.
+ * EMAIL-73 - check that providing a plain text content using setMsg()
creates a plain content and HTML content.
*/
@Test
public void testSendWithPlainTextButNoHtmlContent() throws EmailException,
IOException {