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

andrug
07.49.2008 abcd7cdebca221e59fd9ff3a067003823866034d
QA : system test: change order for message tag
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/tests/system-tests/report/clientDetails.xsl 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/report/clientDetails.xsl
@@ -17,9 +17,9 @@
      ( id <xsl:value-of select="@id" /> )
    </h1>
    <p>
      <xsl:apply-templates select="message"/>
      <xsl:apply-templates select="instance"/>
      <xsl:apply-templates select="operation"/>
      <xsl:apply-templates select="message"/>
      <xsl:apply-templates select="operationResult"/>
    </p>
    </body>
@@ -29,12 +29,12 @@
  <!-- ============= instance node =============== -->
  <xsl:template match="instance">
    <xsl:variable name="iName" select="normalize-space(@name)"/>
    <xsl:apply-templates select="message"/>
    <ul><li>
      Instance <font color="blue"><b><xsl:value-of select="$iName"/></b></font>
      <xsl:apply-templates select="step"/>
      <xsl:apply-templates select="operation"/>
    </li></ul>
    <xsl:apply-templates select="message"/>
  </xsl:template>
  <!-- ============= step node =============== -->