Ignore:
Timestamp:
Sep 24, 2014, 9:34:21 PM (11 years ago)
Author:
dmik
Message:

icedtea-web: Merge version 1.5.1 from vendor to trunk.

Location:
trunk/icedtea-web/tests/report-styles
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/icedtea-web/tests/report-styles/jreport.xsl

    r418 r429  
    262262             <xsl:choose>
    263263               <xsl:when test="@known-to-fail=true">
    264                  <xsl:text>" - WARNING This test is known to fail, but have passed!</xsl:text>
     264                 <b><xsl:text>" - WARNING This test is known to fail, but have passed!</xsl:text></b>
    265265               </xsl:when>
    266266               <xsl:otherwise>
    267                  <xsl:text> - This test is known to fail</xsl:text>
     267                 <b><xsl:text> - This test is known to fail</xsl:text></b>
    268268               </xsl:otherwise>
    269269             </xsl:choose>
     270           </xsl:when>
     271          </xsl:choose>
     272          <xsl:choose>
     273           <xsl:when test="@remote">
     274             <i><xsl:text> - This test is running remote content, note that failures may be caused by broken target application or connection</xsl:text></i>
    270275           </xsl:when>
    271276         </xsl:choose>
     
    277282         <xsl:choose>
    278283           <xsl:when test="@known-to-fail">
    279              <xsl:text> - This test is known to fail</xsl:text>
     284             <b><xsl:text> - This test is known to fail</xsl:text></b>
     285           </xsl:when>
     286         </xsl:choose>
     287         <xsl:choose>
     288           <xsl:when test="@remote">
     289             <i><xsl:text> - This test is running remote content, note that failures may be caused by broken target application or connection</xsl:text></i>
    280290           </xsl:when>
    281291         </xsl:choose>
Note: See TracChangeset for help on using the changeset viewer.