- From: CVS User fsasaki <cvsmail@w3.org>
- Date: Wed, 26 Dec 2012 19:12:34 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/temp
In directory gil:/tmp/cvs-serv6645/temp
Added Files:
GD2testsuiteMaster.xsl TestSuiteCommitmentsFromGD.xml
testSuiteDashboard.html testSuiteDashboard.xml
testsuiteMaster.xml
Log Message:
Adding various files for test suite dashboard. Mostly temporary, see http://lists.w3.org/Archives/Public/public-multilingualweb-lt-tests/2012Dec/0190.html
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/temp/GD2testsuiteMaster.xsl 2012/12/26 19:12:34 NONE
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/temp/GD2testsuiteMaster.xsl 2012/12/26 19:12:34 1.1
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:my="http://example.com/myns"
xmlns:html="http://www.w3.org/TR/REC-html40" version="2.0"
xmlns="http://example.com/myns"
exclude-result-prefixes="o x ss html my">
<xsl:output encoding="UTF-8" indent="yes"/>
<xsl:function name="my:matchImplementors" as="item()">
<xsl:param name="excelImplementor"/>
<xsl:choose>
<xsl:when test="contains($excelImplementor,'adobe')">adobe</xsl:when>
<xsl:when test="contains($excelImplementor,'cocomore')">cocomore</xsl:when>
<xsl:when test="contains($excelImplementor,'dcu') or contains($excelImplementor,'cngl')"
>dcu</xsl:when>
<xsl:when test="contains($excelImplementor,'enlaso')">enlaso</xsl:when>
<xsl:when test="contains($excelImplementor,'jozef')">jsi</xsl:when>
<xsl:when test="contains($excelImplementor,'linguaserve')">linguaserve</xsl:when>
<xsl:when test="contains($excelImplementor,'serge')">lucysoftware</xsl:when>
<xsl:when test="contains($excelImplementor,'lucy')">lucysoftware</xsl:when>
<xsl:when test="contains($excelImplementor,'moravia')">moravia</xsl:when>
<xsl:when test="contains($excelImplementor,'shaun')">shaun</xsl:when>
<xsl:when test="contains($excelImplementor,'tcd')">tcd</xsl:when>
<xsl:when test="contains($excelImplementor,'tilde')">tilde</xsl:when>
<xsl:when test="contains($excelImplementor,'ul')">ul</xsl:when>
<xsl:when test="contains($excelImplementor,'vistatec')">vistatec</xsl:when>
<xsl:otherwise>unknown implementer</xsl:otherwise>
</xsl:choose>
</xsl:function>
<xsl:template match="/">
<testSuite change-date="{/ss:Workbook/o:DocumentProperties/o:Created}">
<xsl:apply-templates select="//ss:Row[ss:Cell[1]/@ss:StyleID='s26']"/>
</testSuite>
</xsl:template>
<xsl:template match="ss:Row">
<xsl:variable name="row1Cells" select="ss:Cell"/>
<dataCategory name="{substring-before (ss:Cell[1], ' (')}">
<xsl:apply-templates select="following-sibling::ss:Row[1]" mode="writeRows">
<xsl:with-param name="datacategory" select="ss:Cell[1]"/>
<xsl:with-param name="row1Cells" select="$row1Cells"/>
</xsl:apply-templates>
</dataCategory>
</xsl:template>
<xsl:template mode="writeRows" match="ss:Row[ss:Cell[1]/@ss:StyleID='s26']"/>
<xsl:template mode="writeRows" match="ss:Row">
<xsl:param name="datacategory"/>
<xsl:param name="row1Cells"/>
<xsl:variable name="datacat-path" select="replace($datacategory,'(.*)\((.*)\)','$2')"/>
<xsl:if test="string-length(ss:Cell[1])>1 and not(contains(ss:Cell[1], 'I think'))">
<xsl:variable name="filetype">
<xsl:choose>
<xsl:when test="ss:Cell[3]='XML'">xml</xsl:when>
<xsl:when test="ss:Cell[3]='HTML'">html</xsl:when>
<xsl:otherwise>dunno</xsl:otherwise>
</xsl:choose>
</xsl:variable>
<inputfile
location="{concat('inputdata/',$datacat-path,'/',$filetype,'/',ss:Cell[2])}">
<description><xsl:value-of select="ss:Cell[1]"/></description>
<xsl:variable name="outputPath" select="concat($datacat-path,'/',$filetype,'/',replace(ss:Cell[2],'(\.xml)|(\.html)',''),'output.txt')"/>
<expectedOutput
location="{concat('expected/',$outputPath)}"/>
<xsl:for-each select="ss:Cell[.='yes']">
<xsl:variable name="position" select="count(preceding-sibling::*)+1"/>
<xsl:variable name="implementer"
select="my:matchImplementors(lower-case($row1Cells[position()=$position]))"/>
<xsl:if test="not(contains($implementer,'unknown'))">
<outputImplementors implementer="{$implementer}"
location="{concat('outputimplementors/',$implementer,'/',$outputPath)}"
/>
</xsl:if>
</xsl:for-each>
</inputfile>
</xsl:if>
<xsl:apply-templates select="following-sibling::ss:Row[1]" mode="writeRows">
<xsl:with-param name="datacategory" select="$datacategory"/>
<xsl:with-param name="row1Cells" select="$row1Cells"/>
</xsl:apply-templates>
</xsl:template>
</xsl:stylesheet>
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/temp/TestSuiteCommitmentsFromGD.xml 2012/12/26 19:12:34 NONE
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/temp/TestSuiteCommitmentsFromGD.xml 2012/12/26 19:12:34 1.1
<?xml version="1.0"?>
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:html="http://www.w3.org/TR/REC-html40">
<DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
<LastAuthor>Felix Sasaki lokaler Adminaccount</LastAuthor>
<Created>2012-12-26T17:27:30Z</Created>
<Version>14.0</Version>
</DocumentProperties>
<OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
<AllowPNG/>
</OfficeDocumentSettings>
<ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
<WindowHeight>10560</WindowHeight>
<WindowWidth>25600</WindowWidth>
<WindowTopX>0</WindowTopX>
<WindowTopY>0</WindowTopY>
<ProtectStructure>False</ProtectStructure>
<ProtectWindows>False</ProtectWindows>
</ExcelWorkbook>
<Styles>
<Style ss:ID="Default" ss:Name="Normal">
<Alignment ss:Vertical="Bottom"/>
<Borders/>
<Font ss:Color="#000000"/>
<Interior/>
<NumberFormat/>
<Protection/>
</Style>
<Style ss:ID="s15">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
</Style>
<Style ss:ID="s16">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Color="#C0C0C0"/>
<Interior ss:Color="#DD0806" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s17">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Color="#C0C0C0"/>
<Interior ss:Color="#FFFFFF" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s18">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Interior ss:Color="#FCF305" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s19">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Interior ss:Color="#993366" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s20">
<Alignment ss:Horizontal="Center" ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Size="14" ss:Color="#FFFFFF" ss:Bold="1"/>
<Interior ss:Color="#0000D4" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s21">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Interior ss:Color="#FFFFFF" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s22">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Color="#C0C0C0"/>
<Interior ss:Color="#C0C0C0" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s24">
<Alignment ss:Horizontal="Center" ss:Vertical="Bottom" ss:WrapText="1"/>
</Style>
<Style ss:ID="s25">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Color="#DD0806"/>
<Interior ss:Color="#DD0806" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s26">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Size="18" ss:Color="#FFFFFF" ss:Bold="1"/>
<Interior ss:Color="#0000D4" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s27">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Color="#000000" ss:Bold="1"/>
</Style>
<Style ss:ID="s28">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Color="#000000"/>
<Interior ss:Color="#1FB714" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s32">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Interior ss:Color="#F20884" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s33">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Color="#000000" ss:Bold="1" ss:Underline="Single"/>
</Style>
<Style ss:ID="s37">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Color="#C0C0C0" ss:Bold="1"/>
<Interior ss:Color="#C0C0C0" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s39">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Color="#000000"/>
</Style>
<Style ss:ID="s40">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Color="#C0C0C0" ss:Bold="1"/>
</Style>
<Style ss:ID="s41">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Color="#000000"/>
<Interior ss:Color="#FCF305" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s42">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Interior ss:Color="#1FB714" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s43">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Color="#C0C0C0"/>
</Style>
<Style ss:ID="s44">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Color="#C0C0C0" ss:Bold="1"/>
<Interior ss:Color="#C0C0C0" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s45">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Color="#000000" ss:Bold="1"/>
<Interior ss:Color="#1FB714" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s46">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Color="#000000"/>
<Interior ss:Color="#C0C0C0" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s47">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Interior ss:Color="#C0C0C0" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s48">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Color="#333333"/>
<Interior ss:Color="#DD0806" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s49">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Color="#000000"/>
<Interior ss:Color="#F20884" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s50">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Color="#C0C0C0"/>
<Interior ss:Color="#C0C0C0" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s51">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Interior ss:Color="#DD0806" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s52">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Color="#000000"/>
<Interior ss:Color="#DD0806" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s53">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Color="#000000" ss:Bold="1"/>
<Interior ss:Color="#DD0806" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s54">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Color="#000000" ss:Bold="1"/>
<Interior ss:Color="#993366" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s55">
<Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Size="9" ss:Color="#000000" ss:Bold="1"/>
<Interior ss:Color="#1FB714" ss:Pattern="Solid"/>
</Style>
<Style ss:ID="s58">
<Alignment ss:Horizontal="Center" ss:Vertical="Bottom" ss:WrapText="1"/>
<Font ss:Size="14" ss:Color="#000000" ss:Bold="1"/>
<Interior ss:Color="#FF9900" ss:Pattern="Solid"/>
</Style>
</Styles>
<Names>
<NamedRange ss:Name="hywdw6sippv1" ss:RefersTo="=Sheet1!R62C2"/>
<NamedRange ss:Name="i6v8akkfnivc" ss:RefersTo="=Sheet1!R52C8"/>
<NamedRange ss:Name="ljpvuqxc5grz" ss:RefersTo="=Sheet1!R52C8"/>
<NamedRange ss:Name="oteu0g5fywna" ss:RefersTo="=Sheet1!R53C8"/>
<NamedRange ss:Name="zdrl4vet4vb8" ss:RefersTo="=Sheet1!R103C2"/>
</Names>
<Worksheet ss:Name="Sheet1">
<Table ss:ExpandedColumnCount="14" ss:ExpandedRowCount="1990" x:FullColumns="1"
x:FullRows="1" ss:StyleID="s15" ss:DefaultColumnWidth="103"
ss:DefaultRowHeight="12.75">
<Column ss:StyleID="s15" ss:AutoFitWidth="0" ss:Width="363"/>
<Column ss:StyleID="s15" ss:AutoFitWidth="0" ss:Width="138"/>
<Column ss:StyleID="s15" ss:AutoFitWidth="0" ss:Width="62"/>
<Column ss:StyleID="s15" ss:AutoFitWidth="0" ss:Width="54"/>
<Column ss:StyleID="s15" ss:AutoFitWidth="0" ss:Width="15"/>
<Column ss:StyleID="s15" ss:AutoFitWidth="0" ss:Width="111"/>
<Column ss:StyleID="s15" ss:AutoFitWidth="0" ss:Width="84"/>
<Column ss:StyleID="s15" ss:AutoFitWidth="0" ss:Width="117" ss:Span="1"/>
<Column ss:Index="10" ss:StyleID="s15" ss:AutoFitWidth="0" ss:Width="114"/>
<Column ss:StyleID="s15" ss:AutoFitWidth="0" ss:Width="123"/>
<Column ss:StyleID="s15" ss:AutoFitWidth="0" ss:Width="122"/>
<Column ss:Index="14" ss:StyleID="s15" ss:AutoFitWidth="0" ss:Width="14"/>
<Row ss:AutoFitHeight="0" ss:Height="27">
<Cell ss:MergeAcross="8" ss:StyleID="s55"><Data ss:Type="String">15th November 2012: M1 - (Test files reviewed) - Ongoing process.</Data></Cell>
</Row>
<Row ss:AutoFitHeight="0" ss:Height="27">
<Cell ss:MergeAcross="8" ss:StyleID="s42"><Data ss:Type="String">4th December 2012: M1.5 - Webinar on Test Suite conformance / usage.</Data></Cell>
</Row>
<Row ss:AutoFitHeight="0" ss:Height="27">
<Cell ss:MergeAcross="8"><Data ss:Type="String">17th December 2012: M2 - Implementors have run at least one global and one local test file, for each of their data categories. One XML and one HTML as well.</Data></Cell>
</Row>
<Row ss:AutoFitHeight="0" ss:Height="27">
<Cell ss:MergeAcross="8"><Data ss:Type="String">31st January 2013: M3 - Test files completely run. To be moved forward at Prague f2f.</Data></Cell>
</Row>
<Row ss:AutoFitHeight="0" ss:Height="27">
<Cell ss:MergeAcross="8"><Data ss:Type="String">8th March 2013: M4 - Data category used in application, spreadsheet updated with conformant / non-conformant implementations.</Data></Cell>
</Row>
<Row ss:AutoFitHeight="0" ss:Height="27">
<Cell ss:MergeAcross="8"><Data ss:Type="String">15th March 2013: M5 - MLW-LT review - Presentation on test process and 80% of data categories shown to be conform ant.</Data></Cell>
</Row>
<Row ss:AutoFitHeight="0" ss:Height="15"/>
<Row ss:AutoFitHeight="0" ss:Height="27">
<Cell ss:StyleID="s20"><Data ss:Type="String">Data Category with Implementation Commitments</Data></Cell>
<Cell ss:MergeAcross="3" ss:StyleID="s58"><Data ss:Type="String">Data Category At Risk</Data></Cell>
<Cell ss:StyleID="s45"><Data ss:Type="String">Data Feature Conformant</Data></Cell>
<Cell ss:StyleID="s18"><Data ss:Type="String">Data Feature Partially Conformant</Data></Cell>
<Cell ss:StyleID="s53"><Data ss:Type="String">Data Feature not yet Conformant</Data></Cell>
<Cell ss:StyleID="s19"><Data ss:Type="String">Candidate for July 2013</Data></Cell>
<Cell ss:StyleID="s32"><Data ss:Type="String">Delay expected agreed with TCD</Data></Cell>
</Row>
<Row ss:AutoFitHeight="0" ss:Height="13"/>
<Row ss:AutoFitHeight="0" ss:Height="13">
<Cell ss:StyleID="s47"/>
<Cell ss:StyleID="s47"/>
<Cell ss:StyleID="s47"/>
<Cell ss:StyleID="s47"/>
<Cell ss:StyleID="s50"/>
<Cell ss:StyleID="s47"/>
<Cell ss:StyleID="s47"/>
<Cell ss:StyleID="s47"/>
<Cell ss:StyleID="s47"/>
<Cell ss:StyleID="s47"/>
<Cell ss:StyleID="s47"/>
<Cell ss:StyleID="s47"/>
<Cell ss:StyleID="s47"/>
<Cell ss:StyleID="s47"/>
</Row>
<Row ss:AutoFitHeight="0" ss:Height="27">
<Cell ss:StyleID="s26"><Data ss:Type="String">Translate (translate)</Data></Cell>
<Cell ss:StyleID="s27"><Data ss:Type="String">Input File Name:</Data></Cell>
<Cell ss:StyleID="s27"><Data ss:Type="String">File Type:</Data></Cell>
<Cell ss:StyleID="s33"><Data ss:Type="String">Number of Impls:</Data></Cell>
<Cell ss:StyleID="s37"/>
<Cell ss:StyleID="s27"><Data ss:Type="String">Yves/Fredrik (ENLASO)</Data></Cell>
<Cell ss:StyleID="s27"><Data ss:Type="String">Philip O'Duffy (UL)</Data></Cell>
<Cell ss:StyleID="s27"><Data ss:Type="String">Shaun McCance (Invited Expert)</Data></Cell>
<Cell ss:StyleID="s27"><Data ss:Type="String">Declan/Ankit (CNGL/DCU)</Data></Cell>
<Cell ss:StyleID="s27"><Data ss:Type="String">Karl Fritsche (Cocomore)</Data></Cell>
<Cell ss:StyleID="s27"><Data ss:Type="String">Pedro L. Díez Orzas (Linguaserve)</Data></Cell>
<Cell ss:StyleID="s54"><Data ss:Type="String">Des Oates (Adobe)</Data></Cell>
<Cell ss:StyleID="s27"><Data ss:Type="String">Daniel Grasmick (Lucy Software)</Data></Cell>
<Cell ss:StyleID="s47"/>
</Row>
<Row ss:Height="12">
<Cell><Data ss:Type="String">Global - Embedded rules</Data></Cell>
<Cell><Data ss:Type="String">translate1xml.xml</Data></Cell>
<Cell><Data ss:Type="String">XML</Data></Cell>
<Cell ss:StyleID="s24" ss:Formula="=COUNTIF(RC[2]:RC[9],"yes")"><Data
ss:Type="Number">6</Data></Cell>
<Cell ss:StyleID="s50"/>
<Cell ss:StyleID="s42"><Data ss:Type="String">yes</Data></Cell>
<Cell ss:StyleID="s32"><Data ss:Type="String">yes</Data></Cell>
<Cell ss:StyleID="s42"><Data ss:Type="String">yes</Data></Cell>
<Cell ss:StyleID="s51"><Data ss:Type="String">yes</Data></Cell>
<Cell ss:StyleID="s42"/>
<Cell ss:StyleID="s51"><Data ss:Type="String">yes</Data></Cell>
<Cell ss:StyleID="s19"><Data ss:Type="String">yes</Data></Cell>
<Cell ss:StyleID="s42"/>
<Cell ss:StyleID="s47"/>
</Row>
<Row ss:Height="12">
<Cell><Data ss:Type="String">Global - Embedded rules <its:param></Data></Cell>
<Cell><Data ss:Type="String">translate9xml.xml</Data></Cell>
<Cell><Data ss:Type="String">XML</Data></Cell>
<Cell ss:StyleID="s24"><Data ss:Type="Number">6</Data></Cell>
<Cell ss:StyleID="s50"/>
<Cell ss:StyleID="s42"><Data ss:Type="String">yes</Data></Cell>
<Cell ss:StyleID="s32"><Data ss:Type="String">yes</Data></Cell>
<Cell ss:StyleID="s51"><Data ss:Type="String">yes</Data></Cell>
<Cell ss:StyleID="s51"><Data ss:Type="String">yes</Data></Cell>
<Cell ss:StyleID="s42"/>
<Cell ss:StyleID="s51"><Data ss:Type="String">yes</Data></Cell>
<Cell ss:StyleID="s19"><Data ss:Type="String">yes</Data></Cell>
<Cell ss:StyleID="s42"/>
<Cell ss:StyleID="s47"/>
</Row>
<Row ss:Height="12">
<Cell><Data ss:Type="String">Global - Linked rules</Data></Cell>
<Cell><Data ss:Type="String">translate2xml.xml</Data></Cell>
<Cell><Data ss:Type="String">XML</Data></Cell>
<Cell ss:StyleID="s24" ss:Formula="=COUNTIF(RC[2]:RC[9],"yes")"><Data
ss:Type="Number">6</Data></Cell>
<Cell ss:StyleID="s50"/>
<Cell ss:StyleID="s42"><Data ss:Type="String">yes</Data></Cell>
<Cell ss:StyleID="s32"><Data ss:Type="String">yes</Data></Cell>
<Cell ss:StyleID="s42"><Data ss:Type="String">yes</Data></Cell>
<Cell ss:StyleID="s51"><Data ss:Type="String">yes</Data></Cell>
<Cell ss:StyleID="s42"/>
<Cell ss:StyleID="s51"><Data ss:Type="String">yes</Data></Cell>
<Cell ss:StyleID="s19"><Data ss:Type="String">yes</Data></Cell>
<Cell ss:StyleID="s42"/>
<Cell ss:StyleID="s47"/>
[4011 lines skipped]
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/temp/testSuiteDashboard.html 2012/12/26 19:12:34 NONE
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/temp/testSuiteDashboard.html 2012/12/26 19:12:34 1.1
[8235 lines skipped]
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/temp/testSuiteDashboard.xml 2012/12/26 19:12:34 NONE
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/temp/testSuiteDashboard.xml 2012/12/26 19:12:34 1.1
[13010 lines skipped]
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/temp/testsuiteMaster.xml 2012/12/26 19:12:34 NONE
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/temp/testsuiteMaster.xml 2012/12/26 19:12:34 1.1
[15253 lines skipped]
Received on Wednesday, 26 December 2012 19:12:36 UTC