Changeset 429 for trunk/icedtea-web/tests/report-styles
- Timestamp:
- Sep 24, 2014, 9:34:21 PM (11 years ago)
- 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 262 262 <xsl:choose> 263 263 <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> 265 265 </xsl:when> 266 266 <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> 268 268 </xsl:otherwise> 269 269 </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> 270 275 </xsl:when> 271 276 </xsl:choose> … … 277 282 <xsl:choose> 278 283 <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> 280 290 </xsl:when> 281 291 </xsl:choose>
Note:
See TracChangeset
for help on using the changeset viewer.