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
Assigned to: Jason van Zyl
Fix For: 1.5
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