You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2016/12/22 22:23:58 UTC

[jira] [Comment Edited] (SUREFIRE-1315) Fix stylistic errors in DefaultReporterFactory

    [ https://issues.apache.org/jira/browse/SUREFIRE-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15771209#comment-15771209 ] 

Michael Osipov edited comment on SUREFIRE-1315 at 12/22/16 10:23 PM:
---------------------------------------------------------------------

I just went down the history with blame and the string was introduced by a non-native English speaker (fefaae7f0534a59f52c046a64c96987e8561dd48). He likely meant that are tests failing with errors but wrote instead error is tested with tests. Same applies for "Flaked tests". It should rather read "Flaky tests".


was (Author: michael-o):
I just went down the history with blame and the string was introduced by a non-native English speaker. He likely meant that are tests failing with errors but wrote instead error is tested with tests. Same applies for "Flaked tests". It should rather read "Flaky tests".

> Fix stylistic errors in DefaultReporterFactory
> ----------------------------------------------
>
>                 Key: SUREFIRE-1315
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1315
>             Project: Maven Surefire
>          Issue Type: Bug
>    Affects Versions: 2.19.1
>            Reporter: Abdysamat Mamutov
>            Assignee: Michael Osipov
>            Priority: Minor
>              Labels: easyfix
>             Fix For: 2.19.2
>
>
> I'm using maven from CLI: 
> {quote}
> mvn --version
> Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T17:57:37+06:00)
> Maven home: /usr/lib/maven/3.3.3
> Java version: 1.8.0_91, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/java-8-oracle/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "4.4.0-38-generic", arch: "amd64", family: "unix"
> {quote}
> When some unit test fails, mvn shows following message:
> {quote}
> Results :
> Tests in error: 
> ...
> {quote}
> I think this message should be {quote}Errors in tests:{quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)