[ https://issues.apache.org/jira/browse/SUREFIRE-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16325255#comment-16325255 ]
Hudson commented on SUREFIRE-1443: ---------------------------------- ABORTED: Integrated in Jenkins build maven-surefire-dev #103 (See [https://builds.apache.org/job/maven-surefire-dev/103/]) [SUREFIRE-1443] surefire report: broken links with inner classes (tibor17: [http://git-wip-us.apache.org/repos/asf/?p=maven-surefire.git&a=commit&h=47af38f54e20beeac1c98202521157c5e1d4d8df]) * (edit) maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/SurefireReportGenerator.java * (edit) maven-surefire-report-plugin/src/test/java/org/apache/maven/plugins/surefire/report/SurefireReportMojoTest.java * (edit) maven-surefire-report-plugin/src/test/java/org/apache/maven/plugins/surefire/report/Surefire597Test.java > surefire report: broken links with inner classes > ------------------------------------------------- > > Key: SUREFIRE-1443 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1443 > Project: Maven Surefire > Issue Type: Bug > Components: Maven Surefire Report Plugin > Affects Versions: 2.20.1 > Environment: linux > Reporter: Ernst Reissner > Assignee: Tibor Digana > Priority: Minor > Fix For: 2.21.0.Jigsaw > > Attachments: RelanaTest.java, surefire-report.html > > > pom: > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-surefire-report-plugin</artifactId> > <version>2.20.1</version> > <configuration> > <!-- to show failed tests only --> > <showSuccess>false</showSuccess> > </configuration> > </plugin> > testclass as attached. > Then tying mvn surefire-report:report > yields waning > [warn] [XHTML Sink] Modified invalid anchor name: > 'eu.simuline.relana.sysRelanaTest$TestAll' to > 'eu.simuline.relana.sysRelanaTestTestAll' > and in the created html this can be seen: > dot between sys and RelanaTest missing. > Partially with $ , partially without so that links are broken > I attached also the hmtl. -- This message was sent by Atlassian JIRA (v6.4.14#64029)