Modify ↓
Ticket #39 (closed defect: worksforme)
framed coverage report has broken links
| Reported by: | elias | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 2.2.0 |
| Component: | Version: | 2.2.0RC2 | |
| Keywords: | Cc: |
Description
well the links are ok, the target files are saved in . root when the package name is not set.
coverage-frames.xsl line 341 old:
<xsl:if test="@name = ''">.</xsl:if>
should be replaced by:
<xsl:if test="@name = ''">default</xsl:if>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
