diff options
author | Jiri Vanek <[email protected]> | 2011-06-23 15:29:45 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2011-06-23 15:29:45 +0200 |
commit | 6f78ede87c47e097c6aee5c5ebaaf7b0dc5f7544 (patch) | |
tree | 0efcce35bef6aee221cee43ca68b1bac24b12694 /tests/report-styles | |
parent | 208a9e7cf4276da13edc1b0a0ba1c4fe3b642a7b (diff) |
classes are now collapsable in html report
Diffstat (limited to 'tests/report-styles')
-rw-r--r-- | tests/report-styles/jreport.xsl | 5 |
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> |