mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

andrug
12.52.2008 19e78a7c02d7ff04b7441cfc9e0a05100255d9e2
opendj-sdk/opends/tests/system-tests/report/result.xsl
@@ -164,10 +164,24 @@
    
    <table id="summaryTable">
      <xsl:apply-templates select="phaseSummmary" />
      <xsl:apply-templates select="message" />
    </table>
  </p>
 </xsl:template>
</xsl:template>
<!-- ============= message node =============== -->
<xsl:template match="message">
  <xsl:choose>
    <xsl:when test="@xlink:href">
      <a href="{@xlink:href}"><xsl:value-of select="." /></a>
    </xsl:when>
      <xsl:otherwise>
        <xsl:value-of select="." />
      </xsl:otherwise>
    </xsl:choose>
   <br/>
</xsl:template>
<!-- ================= Display scenario informations ============ -->
<xsl:template match="scenario">
  <b>Scenario name</b> : <xsl:value-of select="normalize-space(@name)"/> <br/>