2008/link-testsuite/harness/testcases/http-errors http-.test,NONE,1.1 http-200.test,NONE,1.1 http-400.test,NONE,1.1 http-401.test,NONE,1.1 http-402.test,NONE,1.1 http-403.test,NONE,1.1 http-404-DNS.test,NONE,1.1 http-404.test,NONE,1.1 http-405.test,NONE,1.1 http-406.test,NONE,1.1 http-407.test,NONE,1.1 http-408.test,NONE,1.1 http-409.test,NONE,1.1 http-410.test,NONE,1.1 http-411.test,NONE,1.1 http-412.test,NONE,1.1 http-413.test,NONE,1.1 http-414.test,NONE,1.1 http-415.test,NONE,1.1 http-416.test,NONE,1.1 http-417.test,NONE,1.1 http-500.test,NONE,1.1 http-501.test,NONE,1.1 http-502.test,NONE,1.1 http-503.test,NONE,1.1 http-504.test,NONE,1.1 http-505.test,NONE,1.1 http-errors.collection,NONE,1.1

Update of /sources/public/2008/link-testsuite/harness/testcases/http-errors
In directory hutz:/tmp/cvs-serv1941/harness/testcases/http-errors

Added Files:
	http-.test http-200.test http-400.test http-401.test 
	http-402.test http-403.test http-404-DNS.test http-404.test 
	http-405.test http-406.test http-407.test http-408.test 
	http-409.test http-410.test http-411.test http-412.test 
	http-413.test http-414.test http-415.test http-416.test 
	http-417.test http-500.test http-501.test http-502.test 
	http-503.test http-504.test http-505.test 
	http-errors.collection 
Log Message:
test collections for http errors and redirects



--- NEW FILE: http-401.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 401</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-401.html" />
    <options />
    <expect>
        <report code="401" href="http://qa-dev.w3.org/link-testsuite/http.php?code=401" />
    </expect>
</test>

--- NEW FILE: http-405.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 405</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-405.html" />
    <options />
    <expect>
        <report code="405" href="http://qa-dev.w3.org/link-testsuite/http.php?code=405" />
    </expect>
</test>

--- NEW FILE: http-200.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 300</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-200.html" />
    <options />
    <expect>
    </expect>
</test>

--- NEW FILE: http-404-DNS.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 404 (DNS error)</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-404.html" />
    <options />
    <expect>
        <report code="404" href="http://doesnotexist.w3.org/" />
    </expect>
</test>

--- NEW FILE: http-400.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 400</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-400.html" />
    <options />
    <expect>
        <report code="400" href="http://qa-dev.w3.org/link-testsuite/http.php?code=400" />
    </expect>
</test>

--- NEW FILE: http-406.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 406</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-406.html" />
    <options />
    <expect>
        <report code="406" href="http://qa-dev.w3.org/link-testsuite/http.php?code=406" />
    </expect>
</test>

--- NEW FILE: http-505.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 505</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-505.html" />
    <options />
    <expect>
        <report code="505" href="http://qa-dev.w3.org/link-testsuite/http.php?code=505" />
    </expect>
</test>

--- NEW FILE: http-414.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 414</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-414.html" />
    <options />
    <expect>
        <report code="414" href="http://qa-dev.w3.org/link-testsuite/http.php?code=414" />
    </expect>
</test>

--- NEW FILE: http-411.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 411</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-411.html" />
    <options />
    <expect>
        <report code="411" href="http://qa-dev.w3.org/link-testsuite/http.php?code=411" />
    </expect>
</test>

--- NEW FILE: http-403.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 403</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-403.html" />
    <options />
    <expect>
        <report code="403" href="http://qa-dev.w3.org/link-testsuite/http.php?code=403" />
    </expect>
</test>

--- NEW FILE: http-504.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 504</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-504.html" />
    <options />
    <expect>
        <report code="504" href="http://qa-dev.w3.org/link-testsuite/http.php?code=504" />
    </expect>
</test>

--- NEW FILE: http-417.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 417</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-417.html" />
    <options />
    <expect>
        <report code="417" href="http://qa-dev.w3.org/link-testsuite/http.php?code=417" />
    </expect>
</test>

--- NEW FILE: http-.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP CODE</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-CODE.html" />
    <options />
    <expect>
        <report code="CODE" href="http://qa-dev.w3.org/link-testsuite/http.php?code=CODE" />
    </expect>
</test>

--- NEW FILE: http-412.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 412</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-412.html" />
    <options />
    <expect>
        <report code="412" href="http://qa-dev.w3.org/link-testsuite/http.php?code=412" />
    </expect>
</test>

--- NEW FILE: http-416.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 416</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-416.html" />
    <options />
    <expect>
        <report code="416" href="http://qa-dev.w3.org/link-testsuite/http.php?code=416" />
    </expect>
</test>

--- NEW FILE: http-errors.collection ---
<?xml version="1.0" encoding="UTF-8"?>
<collection>
    <collectiontitle>HTTP Error codes test</collectiontitle>
    <description>Testing whether the checker reports all possible kinds of HTTP errors (4xx and 5xx)</description>
    <testcase src="400.test" />
    <testcase src="401.test" />
    <testcase src="402.test" />
    <testcase src="403.test" />
    <testcase src="404-DNS.test" />
    <testcase src="404.test" />
    <testcase src="405.test" />
    <testcase src="406.test" />
    <testcase src="407.test" />
    <testcase src="408.test" />
    <testcase src="409.test" />
    <testcase src="410.test" />
    <testcase src="411.test" />
    <testcase src="412.test" />
    <testcase src="413.test" />
    <testcase src="414.test" />
    <testcase src="415.test" />
    <testcase src="416.test" />
    <testcase src="417.test" />
    <testcase src="500.test" />
    <testcase src="501.test" />
    <testcase src="502.test" />
    <testcase src="503.test" />
    <testcase src="504.test" />
    <testcase src="505.test" />
</collection>

--- NEW FILE: http-413.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 413</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-413.html" />
    <options />
    <expect>
        <report code="413" href="http://qa-dev.w3.org/link-testsuite/http.php?code=413" />
    </expect>
</test>

--- NEW FILE: http-415.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 415</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-415.html" />
    <options />
    <expect>
        <report code="415" href="http://qa-dev.w3.org/link-testsuite/http.php?code=415" />
    </expect>
</test>

--- NEW FILE: http-408.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 408</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-408.html" />
    <options />
    <expect>
        <report code="408" href="http://qa-dev.w3.org/link-testsuite/http.php?code=408" />
    </expect>
</test>

--- NEW FILE: http-407.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 407</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-407.html" />
    <options />
    <expect>
        <report code="407" href="http://qa-dev.w3.org/link-testsuite/http.php?code=407" />
    </expect>
</test>

--- NEW FILE: http-402.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 402</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-402.html" />
    <options />
    <expect>
        <report code="402" href="http://qa-dev.w3.org/link-testsuite/http.php?code=402" />
    </expect>
</test>

--- NEW FILE: http-409.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 409</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-409.html" />
    <options />
    <expect>
        <report code="409" href="http://qa-dev.w3.org/link-testsuite/http.php?code=409" />
    </expect>
</test>

--- NEW FILE: http-410.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 410</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-410.html" />
    <options />
    <expect>
        <report code="410" href="http://qa-dev.w3.org/link-testsuite/http.php?code=410" />
    </expect>
</test>

--- NEW FILE: http-503.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 503</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-503.html" />
    <options />
    <expect>
        <report code="503" href="http://qa-dev.w3.org/link-testsuite/http.php?code=503" />
    </expect>
</test>

--- NEW FILE: http-502.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 502</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-502.html" />
    <options />
    <expect>
        <report code="502" href="http://qa-dev.w3.org/link-testsuite/http.php?code=502" />
    </expect>
</test>

--- NEW FILE: http-404.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 404</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-404.html" />
    <options />
    <expect>
        <report code="404" href="http://qa-dev.w3.org/link-testsuite/http.php?code=404" />
    </expect>
</test>

--- NEW FILE: http-500.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 500</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-500.html" />
    <options />
    <expect>
        <report code="500" href="http://qa-dev.w3.org/link-testsuite/http.php?code=500" />
    </expect>
</test>

--- NEW FILE: http-501.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test reporting HTTP 501</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/http-501.html" />
    <options />
    <expect>
        <report code="501" href="http://qa-dev.w3.org/link-testsuite/http.php?code=501" />
    </expect>
</test>

Received on Monday, 28 January 2008 05:13:21 UTC