- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 07 Jul 2006 21:19:31 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/results In directory hutz:/tmp/cvs-serv17755/test-suite/results Modified Files: combine.xslt Overview.html build.xml compare-wsdlcm.xslt Log Message: Updated interchange results to accomodate new build process, including stylesheet changes, regenerating canonical results and evaluating them. Index: combine.xslt =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results/combine.xslt,v retrieving revision 1.3 retrieving revision 1.4 diff -C 2 -d -r1.3 -r1.4 *** combine.xslt 6 Jul 2006 20:50:56 -0000 1.3 --- combine.xslt 7 Jul 2006 21:19:29 -0000 1.4 *************** *** 39,43 **** <td><xsl:value-of select="."/></td> <xsl:for-each select="$implementations//implementation"> ! <xsl:variable name="results" select="document(concat(@results-folder,'/',$name,'/',substring-before($testcase,'.wsdl'),'-results.xml'))"/> <xsl:choose> <xsl:when test="$results"> --- 39,43 ---- <td><xsl:value-of select="."/></td> <xsl:for-each select="$implementations//implementation"> ! <xsl:variable name="results" select="document(concat(@results-folder,'/',$name,'/',substring-before($testcase,'.wsdl'),'.results.xml'))"/> <xsl:choose> <xsl:when test="$results"> *************** *** 50,54 **** </xsl:choose> <xsl:value-of select="$failures"/> ! [<a href="{@results-folder}/{$testcase/../folder}/{substring-before($testcase,'.wsdl')}-results.xml">log</a>] </td> </xsl:when> --- 50,54 ---- </xsl:choose> <xsl:value-of select="$failures"/> ! [<a href="{@results-folder}/{$name}/{substring-before($testcase,'.wsdl')}.results.xml">log</a>] </td> </xsl:when> Index: compare-wsdlcm.xslt =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results/compare-wsdlcm.xslt,v retrieving revision 1.3 retrieving revision 1.4 diff -C 2 -d -r1.3 -r1.4 *** compare-wsdlcm.xslt 19 May 2006 01:59:52 -0000 1.3 --- compare-wsdlcm.xslt 7 Jul 2006 21:19:29 -0000 1.4 *************** *** 7,18 **** Created: March 27, 2006, Jonathan Marsh, Microsoft. jmarsh@microsoft.com --> ! <xsl:param name="path" select="''"/> ! <xsl:param name="aspirant"/> ! <xsl:param name="archetype" /> ! <xsl:variable name="aspirant-node" select="."/> ! <xsl:variable name="archetype-node" select="document(concat($path,$archetype))"/> <xsl:template match="/"> <xsl:processing-instruction name="xml-stylesheet">type="text/xsl" href="../../results.xsl"</xsl:processing-instruction> ! <comparing aspirant="{substring-after(substring-after($aspirant,'/'),'/')}" archetype="../../{$archetype}" source="../../../documents/good/{substring-before(substring-after($aspirant,'/'),'.canonical.wsdlcm')}.wsdl"> <xsl:call-template name="compare"> <xsl:with-param name="asp" select="$aspirant-node/*"/> --- 7,16 ---- Created: March 27, 2006, Jonathan Marsh, Microsoft. jmarsh@microsoft.com --> ! <xsl:param name="implementation" /> ! <xsl:variable name="aspirant-node" select="document(concat($implementation,'/',substring-before(filename,'.wsdl'),'.canonical.wsdlcm'))"/> ! <xsl:variable name="archetype-node" select="document(concat('Baseline/',substring-before(filename,'.wsdl'),'.canonical.wsdlcm'))"/> <xsl:template match="/"> <xsl:processing-instruction name="xml-stylesheet">type="text/xsl" href="../../results.xsl"</xsl:processing-instruction> ! <comparing aspirant="{substring-before(substring-after(filename,'/'),'.wsdl')}.canonical.wsdlcm" archetype="../../Baseline/{substring-before(filename,'.wsdl')}.canonical.wsdlcm" source="../../../documents/good/{filename}"> <xsl:call-template name="compare"> <xsl:with-param name="asp" select="$aspirant-node/*"/> Index: Overview.html =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results/Overview.html,v retrieving revision 1.16 retrieving revision 1.17 diff -C 2 -d -r1.16 -r1.17 *** Overview.html 6 Jul 2006 20:50:56 -0000 1.16 --- Overview.html 7 Jul 2006 21:19:29 -0000 1.17 *************** *** 35,45 **** <td>getBalance.wsdl</td> <td class="disaster">11 ! [<a href="Woden//getBalance-results.xml">log</a>] </td> <td class="passed">0 ! [<a href="wsdl-xslt//getBalance-results.xml">log</a>] </td> <td class="failed">5 ! [<a href="Canon//getBalance-results.xml">log</a>] </td> [...1066 lines suppressed...] </td> <td class="passed">0 ! [<a href="wsdl-xslt//reservationItems-results.xml">log</a>] </td> <td class="failed">4 ! [<a href="Canon//reservationItems-results.xml">log</a>] </td> </tr> --- 633,643 ---- <td>reservationItems.wsdl</td> <td class="passed">0 ! [<a href="Woden/XsImport-3G/reservationItems.results.xml">log</a>] </td> <td class="passed">0 ! [<a href="wsdl-xslt/XsImport-3G/reservationItems.results.xml">log</a>] </td> <td class="failed">4 ! [<a href="Canon/XsImport-3G/reservationItems.results.xml">log</a>] </td> </tr> Index: build.xml =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results/build.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C 2 -d -r1.5 -r1.6 *** build.xml 1 Jun 2006 22:06:04 -0000 1.5 --- build.xml 7 Jul 2006 21:19:29 -0000 1.6 *************** *** 6,2520 **** --> <project name="wsdl-interchange-format" default="main" basedir="."> ! <property name="good" location="../documents/good"/> ! <property name="woden" location="Woden"/> ! <property name="canon" location="Canon"/> ! <property name="wsdl-xslt" location="wsdl-xslt"/> ! <property name="baseline" location="Baseline"/> ! <target name="clean" depends="clean-wsdl-xslt, clean-woden, clean-canon" description="Delete all ! temporary files"/> ! <target name="main" depends="evaluate-woden, evaluate-canon, evaluate-wsdl-xslt, rollup" [...2575 lines suppressed...] ! <target name="canonicalize-wsdl-xslt" ! description="Convert wsdl-xslt/*/*.wsdlcm results to canonical format"> ! <xslt style="canonicalize-wsdlcm.xslt" extension=".temp" ! basedir="wsdl-xslt" destdir="wsdl-xslt" includes="*/*.wsdlcm" excludes="*/*.canonical.wsdlcm" /> ! <xslt style="canonicalize-id-wsdlcm.xslt" extension=".canonical.wsdlcm" ! basedir="wsdl-xslt" destdir="wsdl-xslt" includes="*/*.temp"/> ! </target> ! ! <target name="evaluate-wsdl-xslt" depends="canonicalize-wsdl-xslt" description="Compare wsdl-xslt/*/*.wsdlcm results with the Baseline, reporting the results as *.results.xml."> ! <xslt style="compare-wsdlcm.xslt" extension=".results.xml" ! basedir="../documents/good" destdir="wsdl-xslt" includes="*/*.filename"> ! <param name="implementation" expression="wsdl-xslt"/> ! </xslt> ! </target> ! ! <target name="clean-wsdl-xslt"> ! <delete dir="wsdl-xslt" includes="*/*.temp"/> ! </target> ! </project>
Received on Friday, 7 July 2006 21:20:27 UTC