Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 40923 invoked from network); 27 Jul 2006 04:36:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2006 04:36:06 -0000 Received: (qmail 8134 invoked by uid 500); 27 Jul 2006 04:36:04 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 8089 invoked by uid 500); 27 Jul 2006 04:36:04 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 8078 invoked by uid 500); 27 Jul 2006 04:36:04 -0000 Received: (qmail 8074 invoked by uid 99); 27 Jul 2006 04:36:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 21:36:04 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 21:36:03 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 845C41A981A; Wed, 26 Jul 2006 21:35:43 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r425957 - /ant/antlibs/antunit/trunk/docs/antunit.html Date: Thu, 27 Jul 2006 04:35:43 -0000 To: ant-cvs@apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060727043543.845C41A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: bodewig Date: Wed Jul 26 21:35:42 2006 New Revision: 425957 URL: http://svn.apache.org/viewvc?rev=425957&view=rev Log: soon? Modified: ant/antlibs/antunit/trunk/docs/antunit.html Modified: ant/antlibs/antunit/trunk/docs/antunit.html URL: http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/docs/antunit.html?rev=425957&r1=425956&r2=425957&view=diff ============================================================================== --- ant/antlibs/antunit/trunk/docs/antunit.html (original) +++ ant/antlibs/antunit/trunk/docs/antunit.html Wed Jul 26 21:35:42 2006 @@ -35,7 +35,7 @@ considered a failure. If Ant completes the target without any exception, consider it a passed test.

-

Tests are specified via ResourceCollections soon.

+

Tests are specified via ResourceCollections.

All targets whose name starts with "test" (but not if the name is "test" exactly) are considered test --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org