/hg/icedtea-web: classes are now collapsable in html report
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Thu Jun 23 06:33:41 PDT 2011
changeset 86abbf8be0b1 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=86abbf8be0b1
author: Jiri Vanek <jvanek at redhat.com>
date: Thu Jun 23 15:29:45 2011 +0200
classes are now collapsable in html report
diffstat:
ChangeLog | 6 +++++-
tests/report-styles/jreport.xsl | 5 +++--
2 files changed, 8 insertions(+), 3 deletions(-)
diffs (42 lines):
diff -r 63bb7f2b0604 -r 86abbf8be0b1 ChangeLog
--- 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 at redhat.com>
+
+ * tests/report-styles/jreport.xsl: part with classes statistics is now collapsable
+
2011-06-21 Jiri Vanek <jvanek at 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
diff -r 63bb7f2b0604 -r 86abbf8be0b1 tests/report-styles/jreport.xsl
--- 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>
More information about the distro-pkg-dev
mailing list