- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 28 Jan 2008 05:13:09 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2008/link-testsuite/harness/testcases/http-redirs In directory hutz:/tmp/cvs-serv1941/harness/testcases/http-redirs Added Files: http-300.test http-301.test http-302.test http-307.test http-redirs.collections Log Message: test collections for http errors and redirects --- NEW FILE: http-301.test --- <?xml version="1.0" encoding="UTF-8"?> <test> <title>test reporting HTTP 301 (optional)</title> <description> </description> <doc href="http://qa-dev.w3.org/link-testsuite/http-301.html" /> <options /> <expect> <report code="301" href="http://qa-dev.w3.org/link-testsuite/http.php?code=301" /> </expect> </test> --- NEW FILE: http-307.test --- <?xml version="1.0" encoding="UTF-8"?> <test> <title>test reporting HTTP 307 (optional)</title> <description> </description> <doc href="http://qa-dev.w3.org/link-testsuite/http-307.html" /> <options /> <expect> <report code="307" href="http://qa-dev.w3.org/link-testsuite/http.php?code=307" /> </expect> </test> --- NEW FILE: http-redirs.collections --- <?xml version="1.0" encoding="UTF-8"?> <collection> <collectiontitle>HTTP redirections test</collectiontitle> <description>Testing whether the checker reports redirects</description> <testcase src="300.test" /> <testcase src="301.test" /> <testcase src="302.test" /> <testcase src="307.test" /> </collection> --- NEW FILE: http-302.test --- <?xml version="1.0" encoding="UTF-8"?> <test> <title>test reporting HTTP 302 (optional)</title> <description> </description> <doc href="http://qa-dev.w3.org/link-testsuite/http-302.html" /> <options /> <expect> <report code="302" href="http://qa-dev.w3.org/link-testsuite/http.php?code=302" /> </expect> </test> --- NEW FILE: http-300.test --- <?xml version="1.0" encoding="UTF-8"?> <test> <title>test reporting HTTP 300 (optional)</title> <description> </description> <doc href="http://qa-dev.w3.org/link-testsuite/http-300.html" /> <options /> <expect> <report code="300" href="http://qa-dev.w3.org/link-testsuite/http.php?code=300" /> </expect> </test>
Received on Monday, 28 January 2008 05:13:22 UTC