diff options
Diffstat (limited to 'tests/report-styles')
-rw-r--r-- | tests/report-styles/jreport.xsl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/report-styles/jreport.xsl b/tests/report-styles/jreport.xsl index ccc6e6a..5cc3fa4 100644 --- a/tests/report-styles/jreport.xsl +++ b/tests/report-styles/jreport.xsl @@ -268,6 +268,11 @@ If there is no need for linking, please use value "none" for this variable </xsl:otherwise> </xsl:choose> </xsl:when> + </xsl:choose> + <xsl:choose> + <xsl:when test="@remote"> + <i><xsl:text> - This test is running remote content, note that failures may be caused by broken taget application or connection</xsl:text></i> + </xsl:when> </xsl:choose> </div> </xsl:when> @@ -279,6 +284,11 @@ If there is no need for linking, please use value "none" for this variable <b><xsl:text> - This test is known to fail</xsl:text></b> </xsl:when> </xsl:choose> + <xsl:choose> + <xsl:when test="@remote"> + <i><xsl:text> - This test is running remote content, note that failures may be caused by broken taget application or connection</xsl:text></i> + </xsl:when> + </xsl:choose> </div> <div class="wtrace"> <div class="theader"> |