User: kimptoc
Date: 01/07/26 02:08:47
Modified: src/build/stylesheets summary2.xsl
Log:
updated web report for latest testing
Revision Changes Path
1.8 +30 -17 jbosstest/src/build/stylesheets/summary2.xsl
Index: summary2.xsl
===================================================================
RCS file: /cvsroot/jboss/jbosstest/src/build/stylesheets/summary2.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- summary2.xsl 2001/07/24 14:26:38 1.7
+++ summary2.xsl 2001/07/26 09:08:46 1.8
@@ -31,7 +31,8 @@
<br/>
<i>The tests are run around 2:30am GMT each day on <a
href="http://lubega.com">lubega.com</a> - so expect the files to be
-empty/half complete around that time</i>
+empty/half complete around that time. Also, the tests are run using 3 JDKs - Sun,
IBM and Blackdown. Only the last
+run is shown on this web page - follow the archives link for the earlier runs.</i>
<p/>
<b>Date of last successful run: <xsl:value-of select="$thedate"/> GMT</b>
@@ -57,12 +58,9 @@
What were the results?
<ul>
- <li><a href='TEST-all-test-results.log'>summary of test results</a>
- <ul>
- <li><a href='testarchive'>old summaries</a></li>
- </ul>
- </li>
+ <li><a href='TEST-all-test-results.log'>summary of test results</a> - that is,
whats in the email</li>
<li><a href='TEST-all-test-results.xml'>all test results combined into one
file</a></li>
+ <li><a href='testarchive'>archive</a> - the last months worth of results</li>
</ul>
@@ -83,25 +81,40 @@
<xsl:sort select="@name"/>
<tr>
<td>
- <xsl:if test='@failures=0 and @errors=0'><xsl:attribute
name='bgcolor'>lightgreen</xsl:attribute>
<a><xsl:attribute name='href'>TEST-<xsl:value-of
select='@name'/>.xml</xsl:attribute>
<xsl:value-of select='@name'/>
</a>
+ </td>
+ <td bgcolor='yellow'>
+ <xsl:if test='@failures!=0 or @errors!=0'><xsl:attribute
name='bgcolor'>red</xsl:attribute>
</xsl:if>
- <xsl:if test='@failures!=0 or @errors!=0'><xsl:attribute
name='bgcolor'>brightred</xsl:attribute>
<a><xsl:attribute name='href'>TEST-<xsl:value-of
select='@name'/>.xml</xsl:attribute>
- <xsl:value-of select='@name'/>
+ <xsl:value-of select='@tests'/>
</a>
- </xsl:if>
+ </td>
+ <td bgcolor='gold'>
+ <a><xsl:attribute name='href'>TEST-<xsl:value-of
select='@name'/>.xml</xsl:attribute>
+ <xsl:value-of select='@tests - @errors - @failures'/>
+ </a>
+ </td>
+ <td>
+ <xsl:if test='@failures=0'><xsl:attribute
name='bgcolor'>lightgreen</xsl:attribute></xsl:if>
+ <xsl:if test='@failures!=0'><xsl:attribute
name='bgcolor'>red</xsl:attribute></xsl:if>
+ <a><xsl:attribute name='href'>TEST-<xsl:value-of
select='@name'/>.xml</xsl:attribute>
+ <xsl:value-of select='@failures'/>
+ </a>
+ </td>
+ <td>
+ <xsl:if test='@errors=0'><xsl:attribute
name='bgcolor'>lightgreen</xsl:attribute></xsl:if>
+ <xsl:if test='@errors!=0'><xsl:attribute
name='bgcolor'>red</xsl:attribute></xsl:if>
+ <a><xsl:attribute name='href'>TEST-<xsl:value-of
select='@name'/>.xml</xsl:attribute>
+ <xsl:value-of select='@errors'/>
+ </a>
</td>
- <td bgcolor='yellow'><xsl:value-of select='@tests'/></td>
- <td bgcolor='gold'><xsl:value-of select='@tests - @errors - @failures'/></td>
- <td><xsl:value-of select='@failures'/></td>
- <td><xsl:value-of select='@errors'/></td>
<td>
<xsl:if test='@failures=0 and @errors=0'><xsl:attribute
name='bgcolor'>lightgreen</xsl:attribute>passed!
</xsl:if>
- <xsl:if test='@failures!=0 or @errors!=0'><xsl:attribute
name='bgcolor'>brightred</xsl:attribute>failures!
+ <xsl:if test='@failures!=0 or @errors!=0'><xsl:attribute
name='bgcolor'>red</xsl:attribute>failures!
</xsl:if>
</td>
</tr>
@@ -146,9 +159,9 @@
<h3>Test Logs</h3>
-<a href='cronjob.log'>Overall log file for tests</a><br/>
+<a href='cronjob.log'>Overall log file for tests</a><p/>
-The jboss run log is <a href='jboss/dist/bin/cronjob_test_run.log'>here</a>.
+The jboss server logs:
<ul>
<li><a href='jboss/dist/log/server.log'>server.log</a></li>
<li><a href='jboss/dist/log/trace.log'>trace.log</a></li>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development