|
|
@@ -35,6 +35,10 @@
|
|
|
|
|
|
<xsl:variable name="actual_result">
|
|
|
<xsl:choose>
|
|
|
+ <!-- Hack: needs to be researched (and removed). See M.Wille's incident. -->
|
|
|
+ <xsl:when test="run/@result='succeed' and lib/@result='fail'">
|
|
|
+ <xsl:text>success</xsl:text>
|
|
|
+ </xsl:when>
|
|
|
<xsl:when test="./*/@result = 'fail'" >
|
|
|
<xsl:text>fail</xsl:text>
|
|
|
</xsl:when>
|