Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/truffle/junit-frames.xsl
Original file line number Diff line number Diff line change
@@ -671,7 +671,7 @@
<xsl:with-param name="value" select="sum($insamepackage/@skipped) div sum($insamepackage/@tests)"/>
</xsl:call-template>
</xsl:when>
<xsl:otherwise>-</xsl:otherwise>
<xsl:otherwise>0%</xsl:otherwise>
</xsl:choose>
</td>
<td>
@@ -858,7 +858,7 @@
<xsl:with-param name="value" select="@skipped div @tests"/>
</xsl:call-template>
</xsl:when>
<xsl:otherwise>-</xsl:otherwise>
<xsl:otherwise>0%</xsl:otherwise>
</xsl:choose>
</td>
<td><xsl:call-template name="display-time">

0 comments on commit f2359d1

Please sign in to comment.