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

andrug
07.49.2008 e10d29fcf1c30305c23dbb8fe4170fd98c50451f
QA : system test: change order for message tag
1 files modified
4 ■■■■ changed files
opends/tests/system-tests/report/clientDetails.xsl 4 ●●●● patch | view | raw | blame | history
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 =============== -->