[ https://jira.codehaus.org/browse/SUREFIRE-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andreas Gudian updated SUREFIRE-1017: ------------------------------------- Fix Version/s: (was: 2.17) 2.18 > Failures do not show test-package since 2.13 > -------------------------------------------- > > Key: SUREFIRE-1017 > URL: https://jira.codehaus.org/browse/SUREFIRE-1017 > Project: Maven Surefire > Issue Type: Improvement > Affects Versions: 2.13, 2.14, 2.15 > Reporter: Christian Spriegel > Fix For: 2.18 > > > 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.1.6#6162)