- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Feb 2008 05:15:48 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2008/link-testsuite/harness/testcases/html-elements
In directory hutz:/tmp/cvs-serv8023
Modified Files:
html-elements.collection html_a_href.test
Added Files:
html_blockquote_cite.test html_blockquote_cite_b.test
html_del_cite.test html_del_cite_b.test html_head_profile.test
html_head_profile_b.test html_input_src.test
html_input_src_b.test html_ins_cite.test html_ins_cite_b.test
html_q_cite.test html_q_cite_b.test
Log Message:
more html tests
--- NEW FILE: html_q_cite_b.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
<title>test HTML Q cite (404)</title>
<description>
Q cite 404
EXPECTED: link checker throws error
</description>
<doc href="http://qa-dev.w3.org/link-testsuite/html_q_cite_b.html" />
<options />
<expect>
<report code="404" href="http://qa-dev.w3.org/link-testsuite/http.php?code=404" />
</expect>
</test>
Index: html_a_href.test
===================================================================
RCS file: /sources/public/2008/link-testsuite/harness/testcases/html-elements/html_a_href.test,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- html_a_href.test 29 Jan 2008 05:16:08 -0000 1.1
+++ html_a_href.test 8 Feb 2008 05:15:45 -0000 1.2
@@ -2,8 +2,8 @@
<test>
<title>test HTML A href (control)</title>
<description>
- A href 404
- EXPECTED: link checker throws error
+ A href OK
+ EXPECTED: link checker passes
</description>
<doc href="http://qa-dev.w3.org/link-testsuite/html_a_href.html" />
<options />
--- NEW FILE: html_del_cite.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
<title>test HTML DEL cite (control)</title>
<description>
</description>
<doc href="http://qa-dev.w3.org/link-testsuite/html_del_cite.html" />
<options />
<expect>
</expect>
</test>
Index: html-elements.collection
===================================================================
RCS file: /sources/public/2008/link-testsuite/harness/testcases/html-elements/html-elements.collection,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- html-elements.collection 30 Jan 2008 07:04:51 -0000 1.4
+++ html-elements.collection 8 Feb 2008 05:15:45 -0000 1.5
@@ -6,10 +6,16 @@
<testcase src="html_a_href_b.test" />
<testcase src="html_base_href.test" />
<testcase src="html_base_href_b.test" />
+ <testcase src="html_blockquote_cite.test" />
+ <testcase src="html_blockquote_cite_b.test" />
+ <testcase src="html_del_cite.test" />
+ <testcase src="html_del_cite_b.test" />
<testcase src="html_frame_longdesc.test" />
<testcase src="html_frame_longdesc_b.test" />
<testcase src="html_frame_src.test" />
<testcase src="html_frame_src_b.test" />
+ <testcase src="html_head_profile.test" />
+ <testcase src="html_head_profile_b.test" />
<testcase src="html_iframe_longdesc.test" />
<testcase src="html_iframe_longdesc_b.test" />
<testcase src="html_iframe_src.test" />
@@ -18,8 +24,14 @@
<testcase src="html_img_longdesc_b.test" />
<testcase src="html_img_src.test" />
<testcase src="html_img_src_b.test" />
+ <testcase src="html_input_src.test" />
+ <testcase src="html_input_src_b.test" />
+ <testcase src="html_ins_cite.test" />
+ <testcase src="html_ins_cite_b.test" />
<testcase src="html_link_href.test" />
<testcase src="html_link_href_b.test" />
+ <testcase src="html_q_cite.test" />
+ <testcase src="html_q_cite_b.test" />
<testcase src="html_script_src.test" />
<testcase src="html_script_src_b.test" />
</collection>
--- NEW FILE: html_input_src.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
<title>test HTML INPUT src (control)</title>
<description>
INPUT src OK
EXPECTED: link checker throws error
</description>
<doc href="http://qa-dev.w3.org/link-testsuite/html_input_src.html" />
<options />
<expect>
</expect>
</test>
--- NEW FILE: html_input_src_b.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
<title>test HTML INPUT src (404)</title>
<description>
INPUT src 404
EXPECTED: link checker throws error
</description>
<doc href="http://qa-dev.w3.org/link-testsuite/html_input_src_b.html" />
<options />
<expect>
<report code="404" href="http://qa-dev.w3.org/link-testsuite/http.php?code=404" />
</expect>
</test>
--- NEW FILE: html_ins_cite_b.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
<title>test HTML INS cite (404)</title>
<description>
INS cite 404
EXPECTED: link checker throws error
</description>
<doc href="http://qa-dev.w3.org/link-testsuite/html_ins_cite_b.html" />
<options />
<expect>
<report code="404" href="http://qa-dev.w3.org/link-testsuite/http.php?code=404" />
</expect>
</test>
--- NEW FILE: html_q_cite.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
<title>test HTML Q cite (control)</title>
<description>
</description>
<doc href="http://qa-dev.w3.org/link-testsuite/html_q_cite.html" />
<options />
<expect>
</expect>
</test>
--- NEW FILE: html_del_cite_b.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
<title>test HTML DEL cite (404)</title>
<description>
DEL cite 404
EXPECTED: link checker throws error
</description>
<doc href="http://qa-dev.w3.org/link-testsuite/html_DEL_cite_b.html" />
<options />
<expect>
<report code="404" href="http://qa-dev.w3.org/link-testsuite/http.php?code=404" />
</expect>
</test>
--- NEW FILE: html_blockquote_cite_b.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
<title>test HTML BLOCKQUOTE cite (404)</title>
<description>
BLOCKQUOTE cite 404
EXPECTED: link checker throws error
</description>
<doc href="http://qa-dev.w3.org/link-testsuite/html_blockquote_cite_b.html" />
<options />
<expect>
<report code="404" href="http://qa-dev.w3.org/link-testsuite/http.php?code=404" />
</expect>
</test>
--- NEW FILE: html_head_profile_b.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
<title>test HTML HEAD profile (404)</title>
<description>
</description>
<doc href="http://qa-dev.w3.org/link-testsuite/html_head_profile_b.html" />
<options />
<expect>
<report code="404" href="http://qa-dev.w3.org/link-testsuite/http.php?code=404" />
</expect>
</test>
--- NEW FILE: html_head_profile.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
<title>test HTML HEAD profile (control)</title>
<description>
</description>
<doc href="http://qa-dev.w3.org/link-testsuite/html_head_profile.html" />
<options />
<expect>
</expect>
</test>
--- NEW FILE: html_ins_cite.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
<title>test HTML Q cite (control)</title>
<description>
</description>
<doc href="http://qa-dev.w3.org/link-testsuite/html_q_cite.html" />
<options />
<expect>
</expect>
</test>
--- NEW FILE: html_blockquote_cite.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
<title>test HTML BLOCKQUOTE cite (control)</title>
<description>
</description>
<doc href="http://qa-dev.w3.org/link-testsuite/html_blockquote_cite.html" />
<options />
<expect>
</expect>
</test>
Received on Friday, 8 February 2008 05:16:03 UTC