- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 27 Feb 2008 20:27:11 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/testsuite/samples
In directory hutz:/tmp/cvs-serv25722
Added Files:
collection.xml collection_nested.xml testcase.xml
testsuite.xml
Log Message:
samples for test suite sanity checks
--- NEW FILE: testsuite.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<testsuite
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:html="http://www.w3.org/1999/xhtml"
xml:lang="en"
>
</testsuite>
--- NEW FILE: testcase.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<testsuite
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:html="http://www.w3.org/1999/xhtml"
xml:lang="en"
>
<collection id="valid">
<dc:title>Valid Documents</dc:title>
<test>
<uri>http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html20.html</uri>
<expect>
<Validity>Pass</Validity>
</expect>
<html:p>HTML 2.0</html:p>
</test>
</collection>
</testsuite>
--- NEW FILE: collection_nested.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<testsuite
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:html="http://www.w3.org/1999/xhtml"
xml:lang="en"
>
<collection id="valid">
<dc:title>Valid Documents</dc:title>
<collection id="veryvalid">
<dc:title>Very Valid Documents</dc:title>
</collection>
</collection>
</testsuite>
--- NEW FILE: collection.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<testsuite
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:html="http://www.w3.org/1999/xhtml"
xml:lang="en"
>
<collection id="valid">
<dc:title>Valid Documents</dc:title>
</collection>
</testsuite>
Received on Wednesday, 27 February 2008 20:27:17 UTC