- From: Felix Sasaki via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 18 Apr 2007 15:43:58 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy/interop/results
In directory hutz:/tmp/cvs-serv11218/policy/interop/results
Modified Files:
dashboard-summary.xsl
Log Message:
Fix for dashboard summary of round 4 (negative tests and media type)
Index: dashboard-summary.xsl
===================================================================
RCS file: /sources/public/2006/ws/policy/interop/results/dashboard-summary.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dashboard-summary.xsl 11 Apr 2007 16:07:24 -0000 1.2
+++ dashboard-summary.xsl 18 Apr 2007 15:43:56 -0000 1.3
@@ -218,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-Media-Type-',$organization,'.xml')"/>
<xsl:choose>
<xsl:when test="boolean(document($file))">
<xsl:call-template name="generate-column">
@@ -229,7 +229,7 @@
<td class="results">N/A</td>
</xsl:otherwise>
</xsl:choose>
- <xsl:variable name="file" select="concat('round4/negative-test/round4-negative-test-',$organization,'.xml')"/>
+ <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">
Received on Wednesday, 18 April 2007 15:44:07 UTC