You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Guillaume Boué (JIRA)" <ji...@apache.org> on 2016/10/06 18:26:20 UTC

[jira] [Commented] (MNG-6100) Typo in message about failed unit tests

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

Guillaume Boué commented on MNG-6100:
-------------------------------------

(Non-native speaker) What is the difference in meaning? The list after that message is showing each method of each test class where an unexpected exception was thrown, so it lists the tests that ended with an error. (It is different from a test that failed, which is a test where one of the assertions being made wasn't verified, [see here also|http://maven.apache.org/surefire/maven-surefire-plugin/newerrorsummary.html].)

> Typo in message about failed unit tests
> ---------------------------------------
>
>                 Key: MNG-6100
>                 URL: https://issues.apache.org/jira/browse/MNG-6100
>             Project: Maven
>          Issue Type: Bug
>          Components: Command Line
>    Affects Versions: 3.3.3
>            Reporter: Abdysamat Mamutov
>            Priority: Minor
>              Labels: easyfix
>
> 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)