You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2007/02/27 08:31:34 UTC

svn commit: r512163 - /jakarta/commons/proper/email/trunk/src/test/org/apache/commons/mail/HtmlEmailTest.java

Author: dion
Date: Mon Feb 26 23:31:33 2007
New Revision: 512163

URL: http://svn.apache.org/viewvc?view=rev&rev=512163
Log:
checkstyle fixes

Modified:
    jakarta/commons/proper/email/trunk/src/test/org/apache/commons/mail/HtmlEmailTest.java

Modified: jakarta/commons/proper/email/trunk/src/test/org/apache/commons/mail/HtmlEmailTest.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/src/test/org/apache/commons/mail/HtmlEmailTest.java?view=diff&rev=512163&r1=512162&r2=512163
==============================================================================
--- jakarta/commons/proper/email/trunk/src/test/org/apache/commons/mail/HtmlEmailTest.java (original)
+++ jakarta/commons/proper/email/trunk/src/test/org/apache/commons/mail/HtmlEmailTest.java Mon Feb 26 23:31:33 2007
@@ -34,7 +34,7 @@
 public class HtmlEmailTest extends BaseEmailTestCase
 {
     /** */
-    private MockHtmlEmailConcrete email = null;
+    private MockHtmlEmailConcrete email;
 
     /**
      * @param name name
@@ -85,7 +85,7 @@
     }
 
     /**
-     * @throws EmailException
+     * @throws EmailException if setting the message fails
      */
     public void testGetSetHtmlMsg() throws EmailException
     {
@@ -206,8 +206,9 @@
     }
 
     /**
-     * @throws EmailException
-     * @throws IOException */
+     * @throws EmailException when bad addresses and attachments are used
+     * @throws IOException if creating a temp file, URL or sending fails
+     */
     public void testSend() throws EmailException, IOException
     {
         EmailAttachment attachment = new EmailAttachment();



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org