You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tibor Digana (JIRA)" <ji...@apache.org> on 2015/05/11 03:11:00 UTC

[jira] [Assigned] (SUREFIRE-1017) Failures do not show test-package since 2.13

     [ https://issues.apache.org/jira/browse/SUREFIRE-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tibor Digana reassigned SUREFIRE-1017:
--------------------------------------

    Assignee: Tibor Digana

> 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
>            Assignee: Tibor Digana
>             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)