- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 16 Nov 2006 14:58:20 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite In directory hutz:/tmp/cvs-serv11812/test-suite Modified Files: build.xml Log Message: added missing-roots task Index: build.xml =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/build.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -C 2 -d -r1.29 -r1.30 *** build.xml 16 Nov 2006 14:22:06 -0000 1.29 --- build.xml 16 Nov 2006 14:58:18 -0000 1.30 *************** *** 92,97 **** <schema namespace="http://www.w3.org/2006/01/wsdl/http" file="${wsdl.dir}/wsdl20-http.xsd" /> <schema namespace="http://www.w3.org/2006/01/wsdl-instance" file="${wsdl.dir}/wsdl20-instance.xsd" /> ! <schema namespace="http://www.w3.org/2006/01/wsdl/rpc" file="${wsdl.dir}/wsdl20-rpc.xsd" /> ! <schema namespace="http://www.w3.org/2006/01/wsdl/soap" file="${wsdl.dir}/wsdl20-soap.xsd" /> <fileset dir="."> <include name="documents/**/*.wsdl" /> --- 92,97 ---- <schema namespace="http://www.w3.org/2006/01/wsdl/http" file="${wsdl.dir}/wsdl20-http.xsd" /> <schema namespace="http://www.w3.org/2006/01/wsdl-instance" file="${wsdl.dir}/wsdl20-instance.xsd" /> ! <schema namespace="http://www.w3.org/2006/01/wsdl/rpc" file="${wsdl.dir}/wsdl20-rpc.xsd" /> ! <schema namespace="http://www.w3.org/2006/01/wsdl/soap" file="${wsdl.dir}/wsdl20-soap.xsd" /> <fileset dir="."> <include name="documents/**/*.wsdl" /> *************** *** 204,206 **** --- 204,210 ---- </xslt> </target> + + <target name="missing-roots" description="--> Creates list of test cases that are missing a root."> + <xslt style="missing-roots.xsl" in="test-suite.xml" out="missing-roots.xml" /> + </target> </project> \ No newline at end of file
Received on Thursday, 16 November 2006 15:35:10 UTC