[ https://issues.apache.org/jira/browse/SUREFIRE-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tibor Digana reopened SUREFIRE-1443: ------------------------------------ > 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 > 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)