- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Feb 2008 04:10:08 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2008/link-testsuite/harness/testcases/http-errors
In directory hutz:/tmp/cvs-serv3120
Modified Files:
http-404-DNS.test
Log Message:
using code -2 for failed DNS - not a real 404 as no HTTP connection actually happens
Index: http-404-DNS.test
===================================================================
RCS file: /sources/public/2008/link-testsuite/harness/testcases/http-errors/http-404-DNS.test,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- http-404-DNS.test 28 Jan 2008 05:32:03 -0000 1.2
+++ http-404-DNS.test 8 Feb 2008 04:10:06 -0000 1.3
@@ -6,6 +6,6 @@
<doc href="http://qa-dev.w3.org/link-testsuite/http-404-DNS.html" />
<options />
<expect>
- <report code="404" href="http://doesnotexist.w3.org/" />
+ <report code="-2" href="http://doesnotexist.w3.org/" />
</expect>
</test>
Received on Friday, 8 February 2008 04:10:19 UTC