[ http://jira.codehaus.org/browse/SUREFIRE-19?page=comments#action_54656 ] 

Carlos Sanchez commented on SUREFIRE-19:
----------------------------------------

I've moved the exclusion from surefire to surefire-plugin, nothing done about 
the includeProjectClassesBattery option.
Probably is better to close this issue and open another in the surefire plugin 
about that

> default excludes prevents inner class test cases
> ------------------------------------------------
>
>          Key: SUREFIRE-19
>          URL: http://jira.codehaus.org/browse/SUREFIRE-19
>      Project: surefire
>         Type: Bug

>     Versions: 1.4
>     Reporter: Jesse McConnell
>     Assignee: Jason van Zyl
>      Fix For: 1.5.2
>  Attachments: maven-surefire-plugin.patch, surefire.patch
>
>
> some people use inner classes for junit tests since they have access to 
> private variables in the unit tests.
> for my particular case we have all unit tests called Foo$TEST
> in the DirectoryBattery there was a default excludes that was _always_ 
> getting added to exclude inner classes...so the patch attached moves this 
> default exclusion to the listing of default excluders in the 
> maven-surefire-plugin and removed the forced exclusion.

-- 
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