[ 
http://jira.codehaus.org/browse/SUREFIRE-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert-Jan Peters closed SUREFIRE-430.
--------------------------------------

    Resolution: Fixed

> default excludes of Abstract*Test not working
> ---------------------------------------------
>
>                 Key: SUREFIRE-430
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-430
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: plugin
>    Affects Versions: 2.4
>         Environment: maven 2.0.7/2.08
>            Reporter: Robert-Jan Peters
>            Priority: Critical
>
> The default excludes of  Abstract Tests is not backward compatible.
> version 2.3.1
>    excludes = 
>                        new ArrayList( Arrays.asList( new String[] { 
> "**/Abstract*Test.java",
>                                     "**/Abstract*TestCase.java", "**/*$*" } ) 
> );
> version 2.4
>    excludes =
>                         new ArrayList( Arrays.asList( new String[] { "**/*$*" 
> } ) );

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to