Return-Path: Delivered-To: apmail-maven-issues-archive@locus.apache.org Received: (qmail 91219 invoked from network); 25 Nov 2007 21:32:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Nov 2007 21:32:28 -0000 Received: (qmail 12204 invoked by uid 500); 25 Nov 2007 21:32:15 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 12094 invoked by uid 500); 25 Nov 2007 21:32:15 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 12066 invoked by uid 99); 25 Nov 2007 21:32:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Nov 2007 13:32:14 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Nov 2007 21:31:55 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 8F28914A8041 for ; Sun, 25 Nov 2007 15:31:57 -0600 (CST) Message-ID: <19943793.1196026317584.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Sun, 25 Nov 2007 15:31:57 -0600 (CST) From: "Dan Fabulich (JIRA)" To: issues@maven.apache.org Subject: [jira] Closed: (SUREFIRE-167) Non-Abstract TestCase not executed if name starts with Abstract In-Reply-To: <61891819.1157655242377.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/SUREFIRE-167?page=3Dcom.atlassian.ji= ra.plugin.system.issuetabpanels:all-tabpanel ] Dan Fabulich closed SUREFIRE-167. --------------------------------- Resolution: Fixed Fixed in revision 598060. We test for abstractness directly, so no need to= exclude by name. > Non-Abstract TestCase not executed if name starts with Abstract > --------------------------------------------------------------- > > Key: SUREFIRE-167 > URL: http://jira.codehaus.org/browse/SUREFIRE-167 > Project: Maven Surefire > Issue Type: Bug > Components: Junit 4.x support > Reporter: J=F6rg Hohwiller > Fix For: 2.4 > > > As a convention for src/main/java/foo/Bar.java I put the related test-cas= e under src/test/java/foo/BarTest.java > Now I discovered that for an abstract class (AbstractResourceBundle) in m= ain/java the according NON ABSTRACT JUnit TestCase ((AbstractResourceBundle= Test) was NOT executed. This changed as soon as I renamed it to AAbstractRe= sourceBundleTest.=20 > Seems like a bug to me.=20 > My fist guess was that the fix for SUREFIRE-18 was made so naive but this= seems to be not the case. --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira