2006/ws/policy/interop/results dashboard-summary.html,1.38,1.39 dashboard.html,1.40,1.41 dashboard.xsl,1.3,1.4

Update of /sources/public/2006/ws/policy/interop/results
In directory hutz:/tmp/cvs-serv30578/policy/interop/results

Modified Files:
	dashboard-summary.html dashboard.html dashboard.xsl 
Log Message:
dashboard fix.

Index: dashboard.xsl
===================================================================
RCS file: /sources/public/2006/ws/policy/interop/results/dashboard.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dashboard.xsl	11 Apr 2007 13:29:33 -0000	1.3
+++ dashboard.xsl	24 May 2007 20:15:27 -0000	1.4
@@ -364,7 +364,16 @@
                         <xsl:variable name="requestor" select="requestor"/>
                         <td><a href="#{$requestor}"><xsl:value-of select="requestor"/></a></td>
                         <xsl:for-each select="requestor">
-                            <xsl:for-each select="following-sibling::*">
+                            <xsl:apply-templates mode="sortparticipants" select="following-sibling::*">
+                                <xsl:sort select="name()"/>
+                            </xsl:apply-templates>
+                        </xsl:for-each>
+                    </tr>
+                </xsl:for-each>
+            </table>   
+        </xsl:for-each>
+    </xsl:template>
+    <xsl:template mode="sortparticipants" match="*">        
                                 <xsl:variable name="passed" select="."></xsl:variable>
                                 <xsl:choose>
                                     <xsl:when test="$passed='true'">
@@ -377,12 +386,5 @@
                                         <td></td>
                                     </xsl:otherwise>
                                 </xsl:choose>
-                            </xsl:for-each>
-                        </xsl:for-each>
-                    </tr>
-                </xsl:for-each>
-            </table>   
-        </xsl:for-each>
     </xsl:template>
-    
 </xsl:stylesheet>

Index: dashboard-summary.html
===================================================================
RCS file: /sources/public/2006/ws/policy/interop/results/dashboard-summary.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- dashboard-summary.html	24 May 2007 19:29:48 -0000	1.38
+++ dashboard-summary.html	24 May 2007 20:15:27 -0000	1.39
@@ -16,7 +16,7 @@
       <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>
       <address>Generated May 25 2007,
-         0428
+         0514
       </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
@@ -189,7 +189,7 @@
             <td class="results"><span style="position:absolute">108 of 108</span><img alt="108 of 108" width="100" height="18px" src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif"><img alt="0 of 108" width="0" height="18px" src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif"></td>
             <td class="results"><span style="position:absolute">12 of 12</span><img alt="12 of 12" width="100" height="18px" src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif"><img alt="0 of 12" width="0" height="18px" src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif"></td>
             <td class="results"><span style="position:absolute">76 of 76</span><img alt="76 of 76" width="100" height="18px" src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif"><img alt="0 of 76" width="0" height="18px" src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif"></td>
-            <td class="results"><span style="position:absolute">28 of 28</span><img alt="28 of 28" width="100" height="18px" src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif"><img alt="0 of 28" width="0" height="18px" src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif"></td>
+            <td class="results"><span style="position:absolute">28 of 28</span><img alt="28 of 32" width="87.5" height="18px" src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif"><img alt="0 of 32" width="0" height="18px" src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif"></td>
             <td class="results"><span style="position:absolute">0 of 0</span><img alt="0 of 12" width="0" height="18px" src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif"><img alt="0 of 12" width="0" height="18px" src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif"></td>
             <td class="results">N/A</td>
             <td class="results"><span style="position:absolute">0 of 0</span><img alt="0 of 2" width="0" height="18px" src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/green.gif"><img alt="0 of 2" width="0" height="18px" src="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/red.gif"></td>

Index: dashboard.html
===================================================================
RCS file: /sources/public/2006/ws/policy/interop/results/dashboard.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- dashboard.html	24 May 2007 19:29:48 -0000	1.40
+++ dashboard.html	24 May 2007 20:15:27 -0000	1.41
@@ -17,7 +17,7 @@
       <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 (DETAILS)</h1>
       <address>Generated May 25 2007,
-         0428
+         0514
       </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
@@ -2322,6 +2322,7 @@
             <td bgcolor="#00FF00"></td>
             <td bgcolor="#00FF00"></td>
             <td bgcolor="#00FF00"></td>
+            <td></td>
             <td bgcolor="#00FF00"></td>
             <td bgcolor="#00FF00"></td>
          </tr>
@@ -2424,6 +2425,7 @@
             <td bgcolor="#00FF00"></td>
             <td bgcolor="#00FF00"></td>
             <td bgcolor="#00FF00"></td>
+            <td></td>
             <td bgcolor="#00FF00"></td>
             <td bgcolor="#00FF00"></td>
          </tr>
@@ -2515,9 +2517,9 @@
             <td bgcolor="#00FF00"></td>
             <td bgcolor="#00FF00"></td>
             <td bgcolor="#00FF00"></td>
+            <td bgcolor="#FF0000"></td>
             <td bgcolor="#00FF00"></td>
             <td bgcolor="#00FF00"></td>
-            <td bgcolor="#FF0000"></td>
          </tr>
          <tr>
             <td><a href="#WSO2">WSO2</a></td>
@@ -2526,6 +2528,7 @@
             <td bgcolor="#00FF00"></td>
             <td bgcolor="#00FF00"></td>
             <td bgcolor="#00FF00"></td>
+            <td></td>
             <td bgcolor="#00FF00"></td>
             <td bgcolor="#00FF00"></td>
          </tr>
@@ -2617,9 +2620,9 @@
             <td bgcolor="#00FF00"></td>
             <td bgcolor="#00FF00"></td>
             <td bgcolor="#00FF00"></td>
+            <td bgcolor="#FF0000"></td>
             <td bgcolor="#00FF00"></td>
             <td bgcolor="#00FF00"></td>
-            <td bgcolor="#FF0000"></td>
          </tr>
          <tr>
             <td><a href="#WSO2">WSO2</a></td>
@@ -2628,6 +2631,7 @@
             <td bgcolor="#00FF00"></td>
             <td bgcolor="#00FF00"></td>
             <td bgcolor="#00FF00"></td>
+            <td></td>
             <td bgcolor="#00FF00"></td>
             <td bgcolor="#00FF00"></td>
          </tr>

Received on Thursday, 24 May 2007 20:15:31 UTC