Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 96192 invoked from network); 21 Jun 2009 20:35:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jun 2009 20:35:48 -0000 Received: (qmail 54821 invoked by uid 500); 21 Jun 2009 20:35:58 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 54731 invoked by uid 500); 21 Jun 2009 20:35:58 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 54722 invoked by uid 99); 21 Jun 2009 20:35:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jun 2009 20:35:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jun 2009 20:35:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3DDF123888D3; Sun, 21 Jun 2009 20:35:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r787089 - /commons/proper/email/trunk/src/test/org/apache/commons/mail/EmailAttachmentTest.java Date: Sun, 21 Jun 2009 20:35:27 -0000 To: commits@commons.apache.org From: sgoeschl@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090621203527.3DDF123888D3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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++) {