On Thu, Oct 7, 2010 at 9:37 PM, Jeremy Boynes <jboy...@apache.org> wrote: > 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? <snip/>
If you want to do this, I'd +1 *Test.java (shorter). -Rahul > Jeremy --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org