[ https://jira.codehaus.org/browse/SUREFIRE-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Gudian updated SUREFIRE-1013:
-------------------------------------
Fix Version/s: 2.16
> Fix typo, forkCount instead of forkMode on fork options examples page
> ---------------------------------------------------------------------
>
> Key: SUREFIRE-1013
> URL: https://jira.codehaus.org/browse/SUREFIRE-1013
> Project: Maven Surefire
> Issue Type: Task
> Components: documentation
> Affects Versions: 2.15
> Reporter: Stevo Slavic
> Assignee: Andreas Gudian
> Priority: Trivial
> Fix For: 2.16
>
>
> In paragraph http://maven.apache.org/surefire/maven-surefire-plugin/examples/fork-options-and-parallel-execution.html#Forked_Test_Execution
> there is sentence:
> {noformat}
> forkMode=1/reuseForks=false executes each test class in its own JVM process, one after
another.
> {noformat}
> Instead it should be
> {noformat}
> forkCount=1/reuseForks=false executes each test class in its own JVM process, one after
another.
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|