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

ASF GitHub Bot commented on SUREFIRE-1017:
------------------------------------------

GitHub user Tibor17 opened a pull request:

    https://github.com/apache/maven-surefire/pull/92

    [SUREFIRE-1017] Failures do not show test-package since 2.13

    https://issues.apache.org/jira/browse/SUREFIRE-1017

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Tibor17/maven-surefire master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-surefire/pull/92.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #92
    
----
commit ff946c27506f8cc0ea62fe9779e5b4147d8d2ed9
Author: Tibor17 <tibo...@lycos.com>
Date:   2015-05-11T00:56:27Z

    [SUREFIRE-1017] Failures do not show test-package since 2.13

----


> Failures do not show test-package since 2.13
> --------------------------------------------
>
>                 Key: SUREFIRE-1017
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1017
>             Project: Maven Surefire
>          Issue Type: Improvement
>    Affects Versions: 2.13, 2.14, 2.15
>            Reporter: Christian Spriegel
>             Fix For: 2.19
>
>
> Older versions of surefire always showed the package name of each failed test 
> in the result overview.
> Since surefire 2.13 I simply get the classname:
> {code}
> Results :
> Failed tests: 
>  RoundtripTest>AbstractTestNGSpringContextTests.run:196->test:115 error
>  RoundtripTest>AbstractTestNGSpringContextTests.run:196->test:115 error
> {code}
> As you can see I have two tests called RoundtripTest in the overview. These 
> testclasses are in different packages, but I do not know which one is which.
> My testsuite has 830 testcases, where ~650 are called RoundtripTest. So its 
> quite hard now for me to identify the failing tests.
> SUREFIRE-936 seems to have changed this. I have not checked the git commit, 
> but from the description I assume that was the change.



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

Reply via email to