changeset 263:86abbf8be0b1

classes are now collapsable in html report
author Jiri Vanek <jvanek@redhat.com>
date Thu, 23 Jun 2011 15:29:45 +0200
parents 63bb7f2b0604
children 4267bb156f08
files ChangeLog tests/report-styles/jreport.xsl
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jun 21 16:22:09 2011 +0200
+++ b/ChangeLog	Thu Jun 23 15:29:45 2011 +0200
@@ -1,3 +1,7 @@
+2011-06-22 Jiri Vanek <jvanek@redhat.com>
+
+	* tests/report-styles/jreport.xsl: part with classes statistics is now collapsable
+
 2011-06-21 Jiri Vanek <jvanek@redhat.com>
 
 	*tests/jnlp_tests/simple: AccessClassInPackage, ReplaceSecurityManager,
@@ -27,7 +31,7 @@
 	* tests/netx/jnlp_testsengine/net/sourceforge/jnlp/ServerAccess.java:
 	implementation of server to produce jnlps and resources. Implementation
 	of helpers to run javaws process.
-	Makefile.am: new variables pointing to structure above; 
+	*Makefile.am: new variables pointing to structure above; 
 	(junit-jnlp-dist-dirs.txt): prepare destination directory structure
 	(stamps/netx-dist-tests-prepare-reproducers.stamp):compile tescascases of simple reproducers
 	(netx-dist-tests-source-files.txt): lookup for server and helping classes
--- a/tests/report-styles/jreport.xsl	Tue Jun 21 16:22:09 2011 +0200
+++ b/tests/report-styles/jreport.xsl	Thu Jun 23 15:29:45 2011 +0200
@@ -83,7 +83,8 @@
         <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 @@
       </blockquote>
       <hr/>
     </xsl:for-each>
-
+</div>
    
     <h2>Individual results:</h2>
     <button onclick="setClassDisplay('trace','none')">NoneTrace</button>