Explorar o código

bug fix

[SVN r19594]
Aleksey Gurtovoy %!s(int64=23) %!d(string=hai) anos
pai
achega
c797ab716a

+ 1 - 3
tools/regression/xsl_reports/xsl/produce_expected_results.xsl

@@ -13,9 +13,7 @@
   </xsl:template>
   
   <xsl:template match="test-log">
-    <xsl:if test="@result != 'success'">
-      <test-result library="{@library}" test-name="{@test-name}" toolset="{@toolset}" result="{@result}" />
-    </xsl:if>
+    <test-result library="{@library}" test-name="{@test-name}" toolset="{@toolset}" result="{@result}" />
   </xsl:template>
 
 </xsl:stylesheet>

粤ICP备19079148号