2002/ws/desc/test-suite/results validation-results.xsl,1.2,1.3

Update of /sources/public/2002/ws/desc/test-suite/results
In directory hutz:/tmp/cvs-serv22222/test-suite/results

Modified Files:
	validation-results.xsl 
Log Message:
Small improvements

Index: validation-results.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results/validation-results.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** validation-results.xsl	7 Jul 2006 14:54:39 -0000	1.2
--- validation-results.xsl	7 Jul 2006 21:21:09 -0000	1.3
***************
*** 22,25 ****
--- 22,26 ----
  						<tr>
  							<td><strong>testcase</strong></td>
+ 							<td><strong>violates assertion</strong></td>
  							<xsl:for-each select="$validating-implementations">
  								<td colspan="2"><strong><xsl:value-of select="@name"/></strong></td>
***************
*** 30,33 ****
--- 31,35 ----
  						<tr>
  							<td/>
+ 							<td/>
  							<xsl:for-each select="$validating-implementations">
  								<td colspan="2">
***************
*** 57,61 ****
  			<xsl:variable name="name" select="@id"/>
  			<tr>
! 				<td><xsl:value-of select="$name"/></td>
  				<xsl:for-each select="document(@href)/tm:TestMetadata">
  					<xsl:variable name="expected" select="tm:ExpectedResults"/>
--- 59,76 ----
  			<xsl:variable name="name" select="@id"/>
  			<tr>
! 				<td>
! 					<xsl:value-of select="$name"/>
! 				</td>
! 				<td>
! 					<xsl:variable name="expected1" select="document(@href)/tm:TestMetadata/tm:ExpectedResults"/>
! 					<xsl:choose> 
! 						<xsl:when test="$expected1/tm:Successful = 'false'">
! 							<a href=""><xsl:value-of select="$expected1/tm:ViolatesAssertion"/></a>
! 						</xsl:when>
! 						<xsl:otherwise>
! 							<xsl:text>--</xsl:text>
! 						</xsl:otherwise>
! 					</xsl:choose>
! 				</td>
  				<xsl:for-each select="document(@href)/tm:TestMetadata">
  					<xsl:variable name="expected" select="tm:ExpectedResults"/>
***************
*** 75,89 ****
  						</td>
  						<td>
- 							<div class="expected"><b>Expected: </b>
- 								<xsl:choose> 
- 									<xsl:when test="$expected/tm:Successful = 'false'">
- 										<xsl:text>violates assertion: </xsl:text>
- 										<a href=""><xsl:value-of select="$expected/tm:ViolatesAssertion"/></a>
- 									</xsl:when>
- 									<xsl:otherwise>
- 										<xsl:text>valid WSDL</xsl:text>
- 									</xsl:otherwise>
- 								</xsl:choose>
- 							</div>
  							<xsl:choose>
  								<xsl:when test="report:success = 'false'">
--- 90,93 ----
***************
*** 94,98 ****
  												<xsl:value-of select="report:errorLocator/report:lineNumber"/>
  												<xsl:text>:</xsl:text>
! 												<xsl:value-of select="report:errorLocator/report:lineNumber"/>
  												<xsl:text>] </xsl:text>
  											</xsl:if>
--- 98,102 ----
  												<xsl:value-of select="report:errorLocator/report:lineNumber"/>
  												<xsl:text>:</xsl:text>
! 												<xsl:value-of select="report:errorLocator/report:columnNumber"/>
  												<xsl:text>] </xsl:text>
  											</xsl:if>

Received on Friday, 7 July 2006 21:21:47 UTC