- From: Asir Vedamuthu via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 Apr 2007 16:07:27 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy/interop/results In directory hutz:/tmp/cvs-serv558/interop/results Modified Files: dashboard.html dashboard-summary.xsl dashboard-summary.html Log Message: Checked in Chris' dashboard-summary.xsl; regenerated the summary file Index: dashboard-summary.xsl =================================================================== RCS file: /sources/public/2006/ws/policy/interop/results/dashboard-summary.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- dashboard-summary.xsl 16 Mar 2007 14:15:44 -0000 1.1 +++ dashboard-summary.xsl 11 Apr 2007 16:07:24 -0000 1.2 @@ -28,7 +28,7 @@ alt="Architecture Domain" height="48" width="212" /> </a><xsl:text> </xsl:text><a href="http://www.w3.org/2002/ws/"><img src="http://www.w3.org/2002/ws/3/04/diags/wsa.png" width="192" height="48" alt="Web Services Activity" /> </a></p> - + <p class="navlinks"><a href="http://www.w3.org/2002/ws/policy">About Web Services Policy WG</a></p> <h1>Web Services Policy 1.5 CR Dashboard</h1> <xsl:if test="$TODAY"> @@ -63,12 +63,12 @@ </table> <p></p> <hr color="#C0C0C0"></hr> - + <h2 id="unit">CR Test Results</h2> - <p><xsl:value-of select="description"/> The following table enumerates - results from implementers based on running the various rounds of CR tests; both unit and pair-wise interoperability. Green indicates a + <p><xsl:value-of select="description"/> The following table enumerates + results from implementers based on running the various rounds of CR tests; both unit and pair-wise interoperability. Green indicates a successful outcome, red indicates a failure and no color indicates 'no claims'. Detail results can be found <a href="http://dev.w3.org/cvsweb/~checkout~/2006/ws/policy/interop/results/dashboard.html">here</a>.</p> - + <table border="2" bordercolorlight="#000000" bordercolordark="#000000" style="border-collapse: collapse" cellpadding="5"> <tr> @@ -82,29 +82,30 @@ <th class="results">Round 4 External WSDL1.1 Results</th> <th class="results">Round 4 External WSDL2.0 Results</th> <th class="results">Round 4 MediaType Results</th> + <th class="results">Round 4 Negative Test Results</th> </tr> <xsl:for-each select="document('temp-participants.xml')/participants/participant"> <xsl:sort select="organization"/> <xsl:call-template name="generate-participant-results"/> </xsl:for-each> - </table> + </table> </body> </html> </xsl:template> - + <xsl:template name="generate-column-with-hyperlink"> <xsl:param name="name"/> - <td><a href="#{$name}"><xsl:value-of select="$name"/></a></td> + <td><a href="#{$name}"><xsl:value-of select="$name"/></a></td> </xsl:template> - + <xsl:template name="generate-participant-rows"> <xsl:variable name="organization" select="organization"/> - <td id="{$organization}"><xsl:value-of select="organization"/></td> + <td id="{$organization}"><xsl:value-of select="organization"/></td> </xsl:template> <xsl:template match="/results"> - <td><xsl:value-of select="count(result/passed[text()='true'])"/> + <td><xsl:value-of select="count(result/passed[text()='true'])"/> of <xsl:value-of select="count(result/passed[text()!='tbd'])"/></td> </xsl:template> @@ -120,6 +121,11 @@ <td class="results"><span style="position:absolute"><xsl:value-of select="$pass"/> of <xsl:value-of select="$attempted"/></span><img alt="{$pass} of {$total}" width="{$pass div $total * 100}" height="18px" src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif"/><img alt="{$fail} of {$total}" width="{$fail div $total * 100}" height="18px" src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif"/></td> </xsl:template> + <!-- It would be ideal if this could be driven by the rounds.xml. However, there is no + information in that file related to the filename or directory structure for where the results are + stored. If the results file mapping could be included in the rounds file, we could drive this + summarization automatically. CBF --> + <xsl:template name="generate-participant-results"> <tr> <xsl:variable name="organization" select="organization"/> @@ -189,7 +195,7 @@ <xsl:otherwise> <td class="results">N/A</td> </xsl:otherwise> - </xsl:choose> + </xsl:choose> <xsl:variable name="file" select="concat('round4/external-policy-attachment/WSDL11/round4-external-policy-attachment-WSDL11-',$organization,'.xml')"/> <xsl:choose> <xsl:when test="boolean(document($file))"> @@ -200,7 +206,7 @@ <xsl:otherwise> <td class="results">N/A</td> </xsl:otherwise> - </xsl:choose> + </xsl:choose> <xsl:variable name="file" select="concat('round4/external-policy-attachment/WSDL11/round4-external-policy-attachment-WSDL20-',$organization,'.xml')"/> <xsl:choose> <xsl:when test="boolean(document($file))"> @@ -212,7 +218,7 @@ <td class="results">N/A</td> </xsl:otherwise> </xsl:choose> - <xsl:variable name="file" select="concat('round4/mediatype/round4-mediatype-',$organization,'.xml')"/> + <xsl:variable name="file" select="concat('round4/mediatype/round4-mediatype-',$organization,'.xml')"/> <xsl:choose> <xsl:when test="boolean(document($file))"> <xsl:call-template name="generate-column"> @@ -222,8 +228,26 @@ <xsl:otherwise> <td class="results">N/A</td> </xsl:otherwise> - </xsl:choose> - </tr> + </xsl:choose> + <xsl:variable name="file" select="concat('round4/negative-test/round4-negative-test-',$organization,'.xml')"/> + <xsl:choose> + <xsl:when test="boolean(document($file))"> + <xsl:call-template name="generate-column"> + <xsl:with-param name="file" select="$file"/> + </xsl:call-template> + </xsl:when> + <xsl:otherwise> + <td class="results">N/A</td> + </xsl:otherwise> + </xsl:choose> + </tr> </xsl:template> - + + <!-- This template is for future graphical representation of how far along we are towards achieving + the CR exit criteria for each feature. I have in mind that we would list each feature and its progress + here, rather than the feature table in the detail report. CBF --> + + <xsl:template name="generate-feature-progress"> + </xsl:template> + </xsl:stylesheet> Index: dashboard-summary.html =================================================================== RCS file: /sources/public/2006/ws/policy/interop/results/dashboard-summary.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- dashboard-summary.html 11 Apr 2007 13:29:33 -0000 1.13 +++ dashboard-summary.html 11 Apr 2007 16:07:24 -0000 1.14 @@ -22,7 +22,7 @@ </p> <h1>Web Services Policy 1.5 CR Dashboard</h1> <address>Generated April 11 2007, - 0620</address> + 0859</address> <p class="explanatory">The dashboard summarizes the results of unit and interop testing of the <a href="http://www.w3.org/TR/ws-policy">Web Services Policy 1.5 - Framework</a> and <a href="http://www.w3.org/TR/ws-policy-attach">Web @@ -42,42 +42,42 @@ <p></p> <hr color="#C0C0C0"> <h2 id="unit">CR Test Results</h2> -<p> The following table enumerates - results from implementers based on running the various rounds of CR tests; both unit and pair-wise interoperability. Green indicates a +<p> The following table enumerates + results from implementers based on running the various rounds of CR tests; both unit and pair-wise interoperability. Green indicates a successful outcome, red indicates a failure and no color indicates 'no claims'. Detail results can be found <a href="http://dev.w3.org/cvsweb/~checkout~/2006/ws/policy/interop/results/dashboard.html">here</a>.</p> <table cellpadding="5" style="border-collapse: collapse" bordercolordark="#000000" bordercolorlight="#000000" border="2"> <tr> -<th class="results">Organization</th><th class="results">Round 1 Results</th><th class="results">Round 2 WSDL1.1 Results</th><th class="results">Round 2 WSDL2.0 Results</th><th class="results">Round 3 WSDL1.1 Results</th><th class="results">Round 3 WSDL2.0 Results</th><th class="results">Round 4 UDDI Results</th><th class="results">Round 4 External WSDL1.1 Results</th><th class="results">Round 4 External WSDL2.0 Results</th><th class="results">Round 4 MediaType Results</th> +<th class="results">Organization</th><th class="results">Round 1 Results</th><th class="results">Round 2 WSDL1.1 Results</th><th class="results">Round 2 WSDL2.0 Results</th><th class="results">Round 3 WSDL1.1 Results</th><th class="results">Round 3 WSDL2.0 Results</th><th class="results">Round 4 UDDI Results</th><th class="results">Round 4 External WSDL1.1 Results</th><th class="results">Round 4 External WSDL2.0 Results</th><th class="results">Round 4 MediaType Results</th><th class="results">Round 4 Negative Test Results</th> </tr> <tr> -<td class="results" id="BEA">BEA</td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 108"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 108"></td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td> +<td class="results" id="BEA">BEA</td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 108"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 108"></td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 3"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 3"></td> </tr> <tr> -<td class="results" id="HP">HP</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 48"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 48"></td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td> +<td class="results" id="HP">HP</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 48"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 48"></td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td> </tr> <tr> -<td class="results" id="IBM">IBM</td><td class="results"><span style="position:absolute">108 of 108</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="100" alt="108 of 108"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 108"></td><td class="results"><span style="position:absolute">12 of 12</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="100" alt="12 of 12"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 12"></td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 76"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 76"></td><td class="results"><span style="position:absolute"24 of 24</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="100" alt="24 of 24"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 24"></td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 12"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 12"></td><td class="results">N/A</td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 2"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 2"></td><td class="results">N/A</td><td class="results">N/A</td> +<td class="results" id="IBM">IBM</td><td class="results"><span style="position:absolute">108 of 108</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="100" alt="108 of 108"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 108"></td><td class="results"><span style="position:absolute">12 of 12</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="100" alt="12 of 12"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 12"></td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 76"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 76"></td><td class="results"><span style="position:absolute"24 of 24</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="100" alt="24 of 24"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 24"></td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 12"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 12"></td><td class="results">N/A</td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 2"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 2"></td><td class="results">N/A</td><td class="results">N/A</td><td class="results"><span style="position:absolute">0 of 0</span><imgsrc="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 3"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 3"></td> </tr> <tr> -<td class="results" id="Layer-7">Layer-7</td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 108"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 108"></td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 12"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 12"></td><td class="results">N/A</td><td class="results"><span style="position:absolute">24 of 24</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="100" alt="24 of 24"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 24"></td><td class="results">N/A/td><td class="results"><span style="position:absolute">34 of 34</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="70.83333333333334" alt="34 of 48"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 48"></td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td> +<td class="results" id="Layer-7">Layer-7</td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 108"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 108"></td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 12"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 12"></td><td class="results">N/A</td><td class="results"><span style="position:absolute">24 of 24</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="100" alt="24 of 24"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 24"></td><td class="results">N/A/td><td class="results"><span style="position:absolute">34 of 34</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="70.83333333333334" alt="34 of 48"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 48"></td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 3"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 3"></td> </tr> <tr> -<td class="results" id="Microsoft">Microsoft</td><td class="results"><span style="position:absolute">108 of 108</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="100" alt="108 of 108"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 108"></td><td class="results"><span style="position:absolute">12 of 12</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="100" alt="12 of 12"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 12"></td><td class="results">N/A</td><td class="results"><span style="position:absolute">24 of 24</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="100" alt="24 of 24"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 24"></td><td clss="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td> +<td class="results" id="Microsoft">Microsoft</td><td class="results"><span style="position:absolute">108 of 108</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="100" alt="108 of 108"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 108"></td><td class="results"><span style="position:absolute">12 of 12</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="100" alt="12 of 12"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 12"></td><td class="results">N/A</td><td class="results"><span style="position:absolute">24 of 24</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="100" alt="24 of 24"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 24"></td><td clss="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results"><span style="position:absolute">3 of 3</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="100" alt="3 of 3"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 3"></td> </tr> <tr> -<td class="results" id="Oracle">Oracle</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results"><span style="position:absolute">22 of 24</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="91.66666666666666" alt="22 of 24"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="8.333333333333332" alt="2 of 24"></td><td class="results">N/A</td><td class="results">N/A</td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 2"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 2"></td><td class="results">N/A</td><td class="results">N/A</td> +<td class="results" id="Oracle">Oracle</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results"><span style="position:absolute">22 of 24</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="91.66666666666666" alt="22 of 24"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="8.333333333333332" alt="2 of 24"></td><td class="results">N/A</td><td class="results">N/A</td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 2"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 2"></td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td> </tr> <tr> -<td class="results" id="Sun">Sun</td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 108"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 108"></td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 12"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 12"></td><td class="results">N/A</td><td class="results"><span style="position:absolute">22 of 24</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="91.66666666666666" alt="22 of 24"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="8.333333333333332" alt="2 of 24"></td><d class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td> +<td class="results" id="Sun">Sun</td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 108"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 108"></td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 12"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 12"></td><td class="results">N/A</td><td class="results"><span style="position:absolute">22 of 24</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="91.66666666666666" alt="22 of 24"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="8.333333333333332" alt="2 of 24"></td><d class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 3"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 3"></td> </tr> <tr> -<td class="results" id="webMethods">webMethods</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results"><span style="position:absolute">34 of 34</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="70.83333333333334" alt="34 of 48"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 48"></td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td> +<td class="results" id="webMethods">webMethods</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results"><span style="position:absolute">34 of 34</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="70.83333333333334" alt="34 of 48"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 48"></td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td> </tr> <tr> -<td class="results" id="WSO2">WSO2</td><td class="results"><span style="position:absolute">108 of 108</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="100" alt="108 of 108"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 108"></td><td class="results"><span style="position:absolute">12 of 12</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="100" alt="12 of 12"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 12"></td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 76"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 76"></td><td class="results"><span style="position:absolut">18 of 20</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="90" alt="18 of 20"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="10" alt="2 of 20"></td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 12"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 12"></td><td class="results">N/A</td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 2"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 2"></td><td class="results">N/A</td><td class="results">N/A</td> +<td class="results" id="WSO2">WSO2</td><td class="results"><span style="position:absolute">108 of 108</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="100" alt="108 of 108"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 108"></td><td class="results"><span style="position:absolute">12 of 12</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="100" alt="12 of 12"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 12"></td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 76"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 76"></td><td class="results"><span style="position:absolut">18 of 20</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="90" alt="18 of 20"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="10" alt="2 of 20"></td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 12"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 12"></td><td class="results">N/A</td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 2"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 2"></td><td class="results">N/A</td><td class="results">N/A</td><td class="results"><span style="position:absolute">0 of 0</span><ig src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 3"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 3"></td> </tr> <tr> -<td class="results" id="WSO2-C">WSO2-C</td><td class="results">N/A</td><td class="results">N/A</td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 76"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 76"></td><td class="results">N/A</td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 12"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 12"></td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td> +<td class="results" id="WSO2-C">WSO2-C</td><td class="results">N/A</td><td class="results">N/A</td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 76"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 76"></td><td class="results">N/A</td><td class="results"><span style="position:absolute">0 of 0</span><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif" height="18px" width="0" alt="0 of 12"><img src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif" height="18px" width="0" alt="0 of 12"></td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td><td class="results">N/A</td> </tr> </table> </body> Index: dashboard.html =================================================================== RCS file: /sources/public/2006/ws/policy/interop/results/dashboard.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- dashboard.html 11 Apr 2007 13:29:33 -0000 1.14 +++ dashboard.html 11 Apr 2007 16:07:24 -0000 1.15 @@ -22,7 +22,7 @@ </p> <h1>Web Services Policy 1.5 CR Dashboard (DETAILS)</h1> <address>Generated April 11 2007, - 0620</address> + 0859</address> <p class="explanatory">The dashboard summarizes the results of unit and interop testing of the <a href="http://www.w3.org/TR/ws-policy">Web Services Policy 1.5 - Framework</a> and <a href="http://www.w3.org/TR/ws-policy-attach">Web
Received on Wednesday, 11 April 2007 16:07:50 UTC