ICU-9427 fixed issues with icuperf2report.xsl

X-SVN-Rev: 32094
This commit is contained in:
Debabrata Sengupta 2012-08-03 18:21:33 +00:00
parent a831a2d71f
commit 0c47bc5948

View file

@ -7,11 +7,6 @@
<xsl:template match="/perfTestResults">
<report category="test">
<!-- For now, include ICU type and version in a comment. -->
<xsl:comment>
icu4<xsl:value-of select="@icu"/>-<xsl:value-of select="@version"/>
</xsl:comment>
<xsl:for-each select="perfTestResult">
<xsl:element name="test">
<xsl:attribute name="duration">
@ -23,7 +18,7 @@
</xsl:attribute>
<xsl:attribute name="fixture">
</xsl:attribute>
<xsl:attribute name="file">source/test/perf</xsl:attribute>
<xsl:attribute name="file">/perf-tests</xsl:attribute>
<xsl:attribute name="stdout">
iterations: <xsl:value-of select="@iterations"/>
</xsl:attribute>