From dev-return-110201-apmail-tomcat-dev-archive=tomcat.apache.org@tomcat.apache.org Fri Oct 08 01:38:25 2010 Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 57687 invoked from network); 8 Oct 2010 01:38:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Oct 2010 01:38:24 -0000 Received: (qmail 7696 invoked by uid 500); 8 Oct 2010 01:38:23 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 7635 invoked by uid 500); 8 Oct 2010 01:38:23 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 7626 invoked by uid 99); 8 Oct 2010 01:38:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Oct 2010 01:38:23 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.212.173] (HELO mail-px0-f173.google.com) (209.85.212.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Oct 2010 01:38:14 +0000 Received: by pxi2 with SMTP id 2so162357pxi.18 for ; Thu, 07 Oct 2010 18:37:53 -0700 (PDT) Received: by 10.142.242.12 with SMTP id p12mr1383591wfh.127.1286501873073; Thu, 07 Oct 2010 18:37:53 -0700 (PDT) Received: from [10.0.1.26] (c-67-183-154-2.hsd1.wa.comcast.net [67.183.154.2]) by mx.google.com with ESMTPS id v19sm1268969wfh.12.2010.10.07.18.37.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 07 Oct 2010 18:37:52 -0700 (PDT) Sender: Jeremy Boynes Subject: [taglibs] Pick common format for test class names From: Jeremy Boynes Content-Type: text/plain; charset=us-ascii Message-Id: Date: Thu, 7 Oct 2010 18:37:49 -0700 To: Tomcat Developers List Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) X-Virus-Checked: Checked by ClamAV on apache.org We have different formats for test class names and need to specifically = list them in the pom.xml file. i'd like to propose picking a standard format and using a single = wildcarded pattern to select them. The defaults for the surefire plugin = are: **/Test*.java **/*Test.java **/*TestCase.java i would suggest one of the latter 2 to avoid conflicts with inner = classes (e.g. TestTransformSupport$1) Thoughts? Jeremy= --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org