[ 
https://issues.apache.org/jira/browse/SUREFIRE-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16105789#comment-16105789
 ] 

Tibor Digana commented on SUREFIRE-430:
---------------------------------------

[~bbrooks]
If Abstract* was excluded, the plugin would fail by default because testset is 
empty.
Even worse than bad.

> default excludes of Abstract*Test not working
> ---------------------------------------------
>
>                 Key: SUREFIRE-430
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-430
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Maven Surefire 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 was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to