2004/ws/addressing/testsuitewsdl/report show-rollup.xsl,1.2,1.3

Update of /sources/public/2004/ws/addressing/testsuitewsdl/report
In directory hutz:/tmp/cvs-serv7142

Modified Files:
	show-rollup.xsl 
Log Message:
Removed extra notes and todo list


Index: show-rollup.xsl
===================================================================
RCS file: /sources/public/2004/ws/addressing/testsuitewsdl/report/show-rollup.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** show-rollup.xsl	16 Jul 2007 20:52:48 -0000	1.2
--- show-rollup.xsl	30 Jul 2007 15:13:07 -0000	1.3
***************
*** 34,41 ****
--- 34,43 ----
  	</xsl:template>
  	<xsl:template match="summary">
+ <!--
  		<h3>TODO</h3>
  		<ul>
  		<xsl:call-template name="todo"/>
  		</ul>
+ -->
  		<h3>Complete results of tests of required features</h3>
  		<table cellpadding="0" cellspacing="0">
***************
*** 68,71 ****
--- 70,74 ----
  			</tbody>
  		</table>
+ <!--
  		<h3>Notes on manual overrides of the results</h3>
  		<xsl:for-each select="$overrides/overrides/testcase">
***************
*** 78,81 ****
--- 81,85 ----
  			</div>
  		</xsl:for-each>
+ -->
  		<xsl:if test="$show-logs='yes'">
  			<h3>Failure details</h3>

Received on Monday, 30 July 2007 15:13:18 UTC