- From: Felix Sasaki via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 15 Mar 2007 01:12:11 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy/interop/results In directory hutz:/tmp/cvs-serv17471 Modified Files: build.xml dashboard.html dashboard.xsl Log Message: added temp-round4-uddi-unittest.xml to diff. made HTML output valid Index: dashboard.xsl =================================================================== RCS file: /sources/public/2006/ws/policy/interop/results/dashboard.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- dashboard.xsl 12 Mar 2007 13:31:50 -0000 1.1 +++ dashboard.xsl 15 Mar 2007 01:12:09 -0000 1.2 @@ -3,7 +3,8 @@ <xsl:param name="DSTAMP"/> <xsl:param name="TSTAMP"/> <xsl:param name="TODAY"/> - <xsl:output method="html" encoding="UTF-8" indent="yes"/> + + <xsl:output method="html" encoding="UTF-8" indent="yes" doctype-public="-//W3C//DTD HTML 4.0 Transitional//EN"/> <xsl:template match="/"> <html> <head> @@ -48,12 +49,11 @@ href="http://dev.w3.org/cvsweb/~checkout~/2006/ws/policy/interop/">Interop scenarios and test files</a> are on the W3C CVS archive. </p> <p></p> - <hr color="#C0C0C0"></hr> + <hr style="color: #C0C0C0;"></hr> <h2 id="implementers">Implementers</h2> <p>Testing is based on implementations (in alphabetical order) from:</p> <h4>Table 1: List of CR Participants</h4> - <table border="2" bordercolorlight="#000000" - bordercolordark="#000000" style="border-collapse: collapse" cellpadding="5"> + <table border="2" style="border-collapse: collapse" cellpadding="5"> <tr> <td>Organization</td> <td>Reporter</td> @@ -70,7 +70,7 @@ </xsl:for-each> </table> <p></p> - <hr color="#C0C0C0"></hr> + <hr style="#C0C0C0"></hr> <h2>Features and Test Coverage</h2> <p>The following table enumerates features in the Framework and Attachment drafts, identifies features that are covered by the test (s) & any on-going test @@ -79,7 +79,7 @@ without any test coverage (marked in <span style="background-color: #FF0000" >red</span>).</p> <h4 id="features">Table 2: List of Features and Test Coverage</h4> - <table border="2" bordercolorlight="#000000" bordercolordark="#000000" + <table border="2" style="border-collapse: collapse" cellpadding="5"> <tr> <td>Serial</td> @@ -94,7 +94,7 @@ </table> <p></p> - <hr color="#C0C0C0"></hr> + <hr style="color:#C0C0C0;"></hr> <xsl:for-each select="document('temp-round1.xml')/round"> <xsl:call-template name="generate-unittest-summary"> @@ -103,7 +103,7 @@ </xsl:for-each> <p></p> - <hr color="#C0C0C0"></hr> + <hr style="color:#C0C0C0;"></hr> <xsl:for-each select="document('temp-round2-wsdl11.xml')/round"> <xsl:call-template name="generate-unittest-summary"> @@ -112,7 +112,7 @@ </xsl:for-each> <p></p> - <hr color="#C0C0C0"></hr> + <hr style="color:#C0C0C0;"></hr> <xsl:for-each select="document('temp-round2-wsdl20.xml')/round"> <xsl:call-template name="generate-unittest-summary"> @@ -121,7 +121,7 @@ </xsl:for-each> <p></p> - <hr color="#C0C0C0"></hr> + <hr style="color:#C0C0C0;"></hr> <xsl:for-each select="document('temp-round3-wsdl11.xml')/round"> <xsl:call-template name="generate-interoptest-summary"> @@ -130,7 +130,7 @@ </xsl:for-each> <p></p> - <hr color="#C0C0C0"></hr> + <hr style="color:#C0C0C0;"></hr> <xsl:for-each select="document('temp-round3-wsdl20.xml')/round"> <xsl:call-template name="generate-interoptest-summary"> @@ -139,20 +139,20 @@ </xsl:for-each> <p></p> - <hr color="#C0C0C0"></hr> + <hr style="color:#C0C0C0;"></hr> <!-- insert for Round-4-Media-Type--> <h2 id="Round-4-Media-Type">Round-4-Media-Type - To Be Auto Generated</h2> <p></p> - <hr color="#C0C0C0"></hr> + <hr style="color:#C0C0C0;"></hr> <!-- insert for Round-4-External-Policy-Attachment-WSDL11--> <h2 id="Round-4-External-Policy-Attachment-WSDL11">Round-4-External-Policy-Attachment-WSDL11 - To Be Auto Generated</h2> <p></p> - <hr color="#C0C0C0"></hr> + <hr style="color:#C0C0C0;"></hr> <!-- insert for Round-4-External-Policy-Attachment-WSDL20--> <h2 id="Round-4-External-Policy-Attachment-WSDL20">Round-4-External-Policy-Attachment-WSDL20 - To Be Auto Generated</h2> <p></p> - <hr color="#C0C0C0"></hr> + <hr style="color:#C0C0C0;"></hr> <xsl:for-each select="document('temp-round4-uddi-interop.xml')/round"> <xsl:call-template name="generate-interoptest-summary"> @@ -161,7 +161,7 @@ </xsl:for-each> <p></p> - <hr color="#C0C0C0"></hr> + <hr style="color:#C0C0C0;"></hr> <xsl:for-each select="document('temp-round4-uddi-unittest.xml')/round"> <xsl:call-template name="generate-unittest-summary"> @@ -184,17 +184,22 @@ <xsl:template name="generate-rows"> <tr> <xsl:for-each select="child::*"> - <td><xsl:copy-of select="."/></td> + <td><xsl:apply-templates mode="copy"/></td> </xsl:for-each> </tr> </xsl:template> + +<xsl:template match="*|@*" mode="copy"> +<xsl:copy-of select="."/> +</xsl:template> + <xsl:template name="generate-summary"/> <xsl:template name="generate-participant-rows"> <tr> <xsl:variable name="organization" select="organization"/> <td id="{$organization}"><xsl:value-of select="organization"/></td> - <td><xsl:copy-of select="reporter"/></td> + <td><xsl:copy-of select="reporter/*"/></td> <td><xsl:value-of select="implementation"/></td> <td><xsl:value-of select="Round-1"/></td> <td><xsl:value-of select="Round-2-WSDL11"/></td> @@ -217,7 +222,7 @@ results from implementers based on running these unit tests. Green indicates a successful outcome, red indicates a failure and no color indicates 'no claims'.</p> <h4>Table <xsl:value-of select="$table-number"/>: Results from <xsl:value-of select="$name"/> Testing</h4> - <table border="2" bordercolorlight="#000000" bordercolordark="#000000" + <table border="2" style="border-collapse: collapse" cellpadding="5"> <tr> <td>Name</td> @@ -261,7 +266,7 @@ <p><xsl:value-of select="description"/></p> <h4 id="{$name}-endpoints">Table <xsl:value-of select="$table-number"/>: <xsl:value-of select="$name"/> Endpoints</h4> - <table border="2" bordercolorlight="#000000" bordercolordark="#000000" + <table border="2" style="border-collapse: collapse" cellpadding="5"> <xsl:for-each select="participantref"> <tr> @@ -282,7 +287,7 @@ <xsl:variable name="testcase-name" select="name"/> <h4 id="{$testcase-name}">Table <xsl:value-of select="$table-number+ count(preceding-sibling::testcase) + 1"/>: Test Case - <xsl:value-of select="name"/></h4> <p><xsl:value-of select="description"/></p> - <table border="2" bordercolorlight="#000000" bordercolordark="#000000" style="border-collapse: + <table border="2" style="border-collapse: collapse" cellpadding="5"> <tr> <td>Requestor/Provider</td> Index: build.xml =================================================================== RCS file: /sources/public/2006/ws/policy/interop/results/build.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- build.xml 12 Mar 2007 13:31:50 -0000 1.1 +++ build.xml 15 Mar 2007 01:12:09 -0000 1.2 @@ -15,7 +15,7 @@ <target name="build-tables" depends="build-participant-table,build-feature-table,build-round1-table, build-round2-wsdl11-table,build-round2-wsdl20-table,build-round3-wsdl11-table, - build-round3-wsdl20-table, build-round4-uddi-interop-table"> </target> + build-round3-wsdl20-table, build-round4-uddi-interop-table, build-round4-uddi-unittest-table"> </target> <target name="build-dashboard"> <delete file="dashboard.html"/> <xslt style="dashboard.xsl" in="dashboard.xml" out="dashboard.html" destdir="."> Index: dashboard.html =================================================================== RCS file: /sources/public/2006/ws/policy/interop/results/dashboard.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- dashboard.html 12 Mar 2007 13:31:50 -0000 1.1 +++ dashboard.html 15 Mar 2007 01:12:09 -0000 1.2 @@ -1,2145 +1,3306 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> -<head> -<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Web Services Policy 1.5 CR Dashboard</title> -<link href="http://www.w3.org/Guide/pubrules-style.css" type="text/css" rel="stylesheet"> -<link href="http://www.w3.org/2006/02/charter-style.css" type="text/css" rel="stylesheet"> -<style type="text/css"> body {font-family:sans-serif} td {vertical-align:top} + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> [...5415 lines suppressed...] + <td></td> + </tr> + <tr> + <td id="U3E2">U3E2</td> + <td>?</td> + <td></td> + <td></td> + <td></td> + </tr> + <tr> + <td id="U3E3">U3E3</td> + <td>?</td> + <td></td> + <td></td> + <td></td> + </tr> + </table> + </body> +</html> \ No newline at end of file
Received on Thursday, 15 March 2007 01:12:20 UTC