Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 42939 invoked from network); 3 Jul 2007 06:55:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jul 2007 06:55:33 -0000 Received: (qmail 98135 invoked by uid 500); 3 Jul 2007 06:55:32 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 98035 invoked by uid 500); 3 Jul 2007 06:55:31 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 98016 invoked by uid 99); 3 Jul 2007 06:55:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2007 23:55:31 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2007 23:55:28 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DF63A714191 for ; Mon, 2 Jul 2007 23:55:07 -0700 (PDT) Message-ID: <15102335.1183445707911.JavaMail.jira@brutus> Date: Mon, 2 Jul 2007 23:55:07 -0700 (PDT) From: "Gail Badner (JIRA)" To: commons-dev@jakarta.apache.org Subject: [jira] Created: (DIGESTER-117) Missing unit tests using ant and maven MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Missing unit tests using ant and maven -------------------------------------- Key: DIGESTER-117 URL: https://issues.apache.org/jira/browse/DIGESTER-117 Project: Commons Digester Issue Type: Bug Affects Versions: 1.8 Reporter: Gail Badner Currently, 136 unit tests are run using maven and 149 unit tests are run using ant. The maven build uses the file patterns: **/*Test.java **/*TestCase.java which misses the following tests: **/plugins/TestAll.java **/TestFactoryCreate.java After the missing tests are added to the maven build, 157 tests are executed. The ant build does not execute the following tests: LocationTrackerTestCase NamespaceSnapshotTestCase OverlappingCallMethodRuleTestCase After the missing tests to the ant build, 157 tests are executed. I'm not sure how this should be fixed; should test cases that don't end in "Test" or "TestCase" be renamed? When this is fixed, it would be nice if the junit ant task were used to run the tests so that the JUnit report can be generated. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org