]> granicus.if.org Git - icu/commitdiff
ICU-9427 fixed issues with icuperf2report.xsl
authorDebabrata Sengupta <dsengup@svn.icu-project.org>
Fri, 3 Aug 2012 18:21:33 +0000 (18:21 +0000)
committerDebabrata Sengupta <dsengup@svn.icu-project.org>
Fri, 3 Aug 2012 18:21:33 +0000 (18:21 +0000)
X-SVN-Rev: 32094

icu4j/perf-tests/data/icuperf2report.xsl

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