aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--tests/report-styles/jreport.xsl5
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2917f14..690bf9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-22 Jiri Vanek <[email protected]>
+
+ * tests/report-styles/jreport.xsl: part with classes statistics is now collapsable
+
2011-06-21 Jiri Vanek <[email protected]>
*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
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>