Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 89757 invoked from network); 25 Apr 2008 21:22:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Apr 2008 21:22:00 -0000 Received: (qmail 81772 invoked by uid 500); 25 Apr 2008 21:22:02 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 81745 invoked by uid 500); 25 Apr 2008 21:22:01 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 81733 invoked by uid 99); 25 Apr 2008 21:22:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Apr 2008 14:22:01 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Apr 2008 21:21:15 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 4BA89234C110; Fri, 25 Apr 2008 14:18:26 -0700 (PDT) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: DO NOT REPLY [Bug 34748] [PATCH] JUnit Task enhancement to allow a single test method to be specified X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Optional Tasks X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: jglick@netbeans.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: 1.8.0 X-Bugzilla-Changed-Fields: In-Reply-To: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20080425211826.4BA89234C110@brutus.apache.org> Date: Fri, 25 Apr 2008 14:18:26 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=34748 --- Comment #13 from Jesse Glick 2008-04-25 14:18:26 PST --- Well, you can try to select some "public void test*()" methods to run even if there is a suite() method, but there might not be any such methods (they might be implemented in another class, or named differently), and they might not run correctly. I guess it is harmless to try. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.