aboutsummaryrefslogtreecommitdiffstats
path: root/tests/report-styles
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2011-06-23 15:29:45 +0200
committerJiri Vanek <[email protected]>2011-06-23 15:29:45 +0200
commit6f78ede87c47e097c6aee5c5ebaaf7b0dc5f7544 (patch)
tree0efcce35bef6aee221cee43ca68b1bac24b12694 /tests/report-styles
parent208a9e7cf4276da13edc1b0a0ba1c4fe3b642a7b (diff)
classes are now collapsable in html report
Diffstat (limited to 'tests/report-styles')
-rw-r--r--tests/report-styles/jreport.xsl5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/report-styles/jreport.xsl b/tests/report-styles/jreport.xsl
index bafe2c8..c3025af 100644
--- a/tests/report-styles/jreport.xsl
+++ b/tests/report-styles/jreport.xsl
@@ -83,7 +83,8 @@ exception statement from your version.
<div class="space-line"></div>
</div>
</div>
- <h2>Classes:</h2>
+ <h2>Classes: <button onclick="negateIdDisplay('ccllaasseess')">show/hide</button></h2>
+<div id='ccllaasseess' style="display:block">
<xsl:for-each select="/testsuite/stats/classes/class">
<div>
<xsl:attribute name="class">
@@ -136,7 +137,7 @@ exception statement from your version.
</blockquote>
<hr/>
</xsl:for-each>
-
+</div>
<h2>Individual results:</h2>
<button onclick="setClassDisplay('trace','none')">NoneTrace</button>