You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Andreas Höhmann (JIRA)" <ji...@codehaus.org> on 2014/01/29 10:52:57 UTC

[jira] (SUREFIRE-430) default excludes of Abstract*Test not working

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

Andreas Höhmann commented on SUREFIRE-430:
------------------------------------------

I'm using 2.16 and see a lot of AbstractXXXTest in my log:

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.71 sec - in com.siemens.spice.hscm.test.AbstractHscmGoosWebserviceTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.476 sec - in com.siemens.spice.hscm.util.AbstractCustomizationTest
....

Always with 0 Tests ... of course :)

> default excludes of Abstract*Test not working
> ---------------------------------------------
>
>                 Key: SUREFIRE-430
>                 URL: https://jira.codehaus.org/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.1.6#6162)