aboutsummaryrefslogtreecommitdiffstats
path: root/tests/report-styles
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2012-12-20 17:10:38 +0100
committerJiri Vanek <[email protected]>2012-12-20 17:10:38 +0100
commita0b5dd482361349be15b1787103eda7930e59adb (patch)
tree13869516a83e0936b4ba0be7e25e3019d1a3f34c /tests/report-styles
parentdbff9e3460157d99cfa83c5cdb39753dbae1228d (diff)
Added and applied Remote annotation, added Remote tests.
Diffstat (limited to 'tests/report-styles')
-rw-r--r--tests/report-styles/jreport.xsl10
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">