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

Stevo Slavic commented on SUREFIRE-1013:
----------------------------------------

Thank you [~agudian] for quick fix!
                
> 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

Reply via email to