You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2009/06/21 22:35:27 UTC

svn commit: r787089 - /commons/proper/email/trunk/src/test/org/apache/commons/mail/EmailAttachmentTest.java

Author: sgoeschl
Date: Sun Jun 21 20:35:26 2009
New Revision: 787089

URL: http://svn.apache.org/viewvc?rev=787089&view=rev
Log:
Using "example.invalid" for an invalid URL

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

Modified: commons/proper/email/trunk/src/test/org/apache/commons/mail/EmailAttachmentTest.java
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/src/test/org/apache/commons/mail/EmailAttachmentTest.java?rev=787089&r1=787088&r2=787089&view=diff
==============================================================================
--- commons/proper/email/trunk/src/test/org/apache/commons/mail/EmailAttachmentTest.java (original)
+++ commons/proper/email/trunk/src/test/org/apache/commons/mail/EmailAttachmentTest.java Sun Jun 21 20:35:26 2009
@@ -89,7 +89,7 @@
             {
                 "http://localhost/",
                 "http://www.apache.org/",
-                "http://bad.url.com" };
+                "http://example.invalid" };
 
         for (int i = 0; i < tests.length; i++)
         {