fabriciorby commented on PR #3381: URL: https://github.com/apache/maven-surefire/pull/3381#issuecomment-4756650227
I am having too much issues with dependency errors when running the integration tests in my local, the strategy I got is that the current only possible way of testing this is by relying on the behaviour of this line in `StatelessXmlReporter.java` so I need to play with `phrasedClassName=false` in the `pom.xml` and then basically if `original.getSourceQualifiedName()` is not null (passed correctly through encode/decode with ForkClient) it should not bring the `original.getSourceText()`. Which means it should never bring the `@DisplayName` value. https://github.com/apache/maven-surefire/blob/5ee132b4e95b31a3b247f295d465d7f69ae69b22/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/StatelessXmlReporter.java#L468 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
