Modify

Ticket #39 (closed defect: worksforme)

Opened 6 years ago

Last modified 6 years ago

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

comment:1 Changed 6 years ago by anonymous

  • Version changed from 2.2.0RC1 to 2.2.0RC2

comment:2 Changed 6 years ago by mrook

I can't reproduce this error. Omitting the package from a file that's included in a coverage report results in a directory "default" with the expected .html file.

comment:3 Changed 6 years ago by mrook

  • Status changed from new to closed
  • Resolution set to worksforme
View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.