[ https://jira.codehaus.org/browse/SUREFIRE-933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Gudian updated SUREFIRE-933:
------------------------------------
Attachment: SUREFIRE-933-part2.patch
SUREFIRE-933-part1.patch
For the record: attached patch containing the content of pull-request 13 (SUREFIRE-933-part1.patch)
and pull-request 15 (SUREFIRE-933-part2.patch)
> forkMode onceperthread broken after fix for JUnit category filter with empty result
> -----------------------------------------------------------------------------------
>
> Key: SUREFIRE-933
> URL: https://jira.codehaus.org/browse/SUREFIRE-933
> Project: Maven Surefire
> Issue Type: Bug
> Components: Junit 4.7+ (parallel) support
> Affects Versions: 2.13
> Reporter: Andreas Gudian
> Assignee: Kristian Rosenvold
> Fix For: 2.13
>
> Attachments: SUREFIRE-933-part1.patch, SUREFIRE-933-part2.patch
>
>
> In forkMode {{onceperthread}} (reusable fork), the {{TestsToRun}} object will always
be a {{LazyTestsToRun}} instance, which throws an excetpion if {{getLocatedClasses()}} is
called. The fix for SUREFIRE-839 changed {{JUnitCoreWrapper}} and {{JUnitCoreProvider}} to
call exactly that method.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|