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:
Xavier Le Vourch
2007-10-27 19:46:51 +00:00
parent ef24358495
commit 13a5d5dad0

View File

@ -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>
Summary
Summary: <xsl:value-of select="count(//testcase)"/> tests
failures: <xsl:value-of select="count(//failure)"/>, errors: <xsl:value-of select="count(//error)"/>.
</xsl:template>