You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2007/01/30 05:11:36 UTC

svn commit: r501308 - /harmony/enhanced/buildtest/trunk/config/xsl/errors.xsl

Author: smishura
Date: Mon Jan 29 20:11:35 2007
New Revision: 501308

URL: http://svn.apache.org/viewvc?view=rev&rev=501308
Log:
Apply patch for HARMONY-3060:
[testing][cc] messages with 'warning' level should be added to notifications

Modified:
    harmony/enhanced/buildtest/trunk/config/xsl/errors.xsl

Modified: harmony/enhanced/buildtest/trunk/config/xsl/errors.xsl
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/trunk/config/xsl/errors.xsl?view=diff&rev=501308&r1=501307&r2=501308
==============================================================================
--- harmony/enhanced/buildtest/trunk/config/xsl/errors.xsl (original)
+++ harmony/enhanced/buildtest/trunk/config/xsl/errors.xsl Mon Jan 29 20:11:35 2007
@@ -73,6 +73,10 @@
             <xsl:if test="count($error.messages) > 0">
                 <xsl:apply-templates select="$error.messages" mode="errors"/>
             </xsl:if>
+            <xsl:if test="count($warn.messages) > 0"> 
+                <xsl:apply-templates select="$warn.messages" mode="errors"/> 
+            </xsl:if> 
+
         </xsl:if>
 
     </xsl:template>