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

andrug
26.45.2008 a97801e79ba87a0a0e24ad5c33a5d0290bcd9708
opends/tests/system-tests/report/result.xsl
@@ -51,7 +51,23 @@
      }
    </script>
    
    <h1>System Test Report</h1>
    <h1>
      System Test Report <br/>
      <xsl:variable name="globalPerc" select="globalResult/@percentage"/>
        <xsl:choose>
          <xsl:when test="$globalPerc > '90'">
            <b>
              <span class="pass"><xsl:value-of select="$globalPerc"/>%</span>
            </b>
          </xsl:when>
          <xsl:otherwise>
            <b>
              <span class="fail"><xsl:value-of select="$globalPerc"/>%</span>
            </b>
          </xsl:otherwise>
        </xsl:choose>
    </h1>
    <xsl:apply-templates select="summary" />
    <xsl:apply-templates select="topology"/>
    <xsl:apply-templates select="phase" />