andpab commented on PR #549:
URL: https://github.com/apache/maven-surefire/pull/549#issuecomment-1363180381

   This pull request fixes the issue for the 
JUnit5StatelessTestsetInfoReporter, but not for the JUnit5ConsoleOutputReporter.
   
   You can see that in the output of the 
JUnitPlatformEnginesIT#testJupiterEngineWithDisplayNames. It still has "Running 
null" in it with your fix.
   
   The reason it doesn't work there is that you adjusted the behaviour for the 
CategorizedReportEntry and the WrappedReportEntry, but not for the 
SimpleReportEntry.
   
   I've made an alternative pull request #587 that fixes it in a single place, 
the TestSetStats class. I think that's more robust.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to