total test count added to junit summary
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5597 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -15,7 +15,7 @@ Test suite <xsl:value-of select="@name"/> failed (failures: <xsl:value-of select
|
|||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
Summary
|
Summary: <xsl:value-of select="count(//testcase)"/> tests
|
||||||
failures: <xsl:value-of select="count(//failure)"/>, errors: <xsl:value-of select="count(//error)"/>.
|
failures: <xsl:value-of select="count(//failure)"/>, errors: <xsl:value-of select="count(//error)"/>.
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user