| opends/tests/staf-tests/shared/xsl/gen-tests-report.xsl | ●●●●● patch | view | raw | blame | history |
opends/tests/staf-tests/shared/xsl/gen-tests-report.xsl
@@ -492,7 +492,14 @@ </xsl:otherwise> </xsl:choose> </xsl:attribute> <xsl:choose> <xsl:when test="starts-with(@id,'OPENDJ')"> <xsl:value-of select="concat('OPENDJ-',@id)"/> </xsl:when> <xsl:otherwise> <xsl:value-of select="concat('OPENDS-',@id)"/> </xsl:otherwise> </xsl:choose>` </xsl:element> </xsl:for-each> </xsl:element>