[jboss-cvs] jbosside/releng/org.jboss.ide.eclipse.releng/builders/product ...

Marshall Culpepper mculpepper at jboss.com
Thu Jul 13 15:50:20 EDT 2006


  User: mculpepper
  Date: 06/07/13 15:50:20

  Modified:    releng/org.jboss.ide.eclipse.releng/builders/product 
                        buildResults.html.template
  Log:
  for some reason the unit test numbers were all mixed around..
  
  Revision  Changes    Path
  1.15      +3 -3      jbosside/releng/org.jboss.ide.eclipse.releng/builders/product/buildResults.html.template
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: buildResults.html.template
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/releng/org.jboss.ide.eclipse.releng/builders/product/buildResults.html.template,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- buildResults.html.template	4 Jun 2006 19:38:48 -0000	1.14
  +++ buildResults.html.template	13 Jul 2006 19:50:20 -0000	1.15
  @@ -148,15 +148,15 @@
   		<table>
   		<tr>
   			<td><img src="images/test.gif"/> Tests</td>
  -			<td align="right">&nbsp;&nbsp;&nbsp;%junit-error-count%</td>
  +			<td align="right">&nbsp;&nbsp;&nbsp;%junit-test-count%</td>
   		</tr>
   		<tr>
   			<td><img src="images/testerr.gif"/> Errors</td>
  -			<td align="right">%junit-failure-count%</td>
  +			<td align="right">%junit-error-count%</td>
   		</tr>
   		<tr>
   			<td><img src="images/testfail.gif"/> Failures</td>
  -			<td align="right">%junit-test-count%</td>
  +			<td align="right">%junit-failure-count%</td>
   		</tr>
   		</table>
   		<div align="right"><a style="align: right;" href="%jbosside-download-root%/tests/test-results/org.jboss.ide.eclipse.tests.html">See full unit test results</a></div>
  
  
  



More information about the jboss-cvs-commits mailing list