Skip to content

Commit

Permalink
updating NUnit xslt
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Dec 8, 2024
1 parent a765c6d commit db635a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/nunit-junit.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@
<xsl:when test="reason and reason/message/text()">
<xsl:attribute name="message" select="reason/message" />
</xsl:when>
<xsl:otherwise>
<xsl:attribute name="message">Inconclusive test</xsl:attribute>
</xsl:otherwise>
</xsl:choose>
</xsl:element>
</xsl:if>
Expand Down

0 comments on commit db635a0

Please sign in to comment.