diff options
author | ville <ville@localhost> | 2010-03-04 16:59:00 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2010-03-04 16:59:00 +0000 |
commit | 2d25c0883b462ecfb91ecd4ceae913a0c0134d3f (patch) | |
tree | 28bc6867158314b28b476897b374dc95573d68a5 | |
parent | e0f9e304712ef18145cdde229af78599c6cbf122 (diff) | |
download | markup-validator-2d25c0883b462ecfb91ecd4ceae913a0c0134d3f.zip markup-validator-2d25c0883b462ecfb91ecd4ceae913a0c0134d3f.tar.gz markup-validator-2d25c0883b462ecfb91ecd4ceae913a0c0134d3f.tar.bz2 |
Fix unknown FPI tests.
-rwxr-xr-x | htdocs/dev/tests/bogus-fpi2.html | 6 | ||||
-rwxr-xr-x | htdocs/dev/tests/index.html | 6 | ||||
-rw-r--r-- | misc/testsuite/catalog.xml | 16 |
3 files changed, 14 insertions, 14 deletions
diff --git a/htdocs/dev/tests/bogus-fpi2.html b/htdocs/dev/tests/bogus-fpi2.html index 9e0ab15..db2c8a3 100755 --- a/htdocs/dev/tests/bogus-fpi2.html +++ b/htdocs/dev/tests/bogus-fpi2.html @@ -1,9 +1,10 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN" + "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>test document with a bogus FPI</title> <meta name="revision" - content="$Id: bogus-fpi2.html,v 1.2 2004-07-21 15:07:05 link Exp $" + content="$Id: bogus-fpi2.html,v 1.3 2010-03-04 16:59:00 ville Exp $" > </head> <body> @@ -11,4 +12,3 @@ <p>There is no "Strict" in the FPI for HTML 4.01 Strict.</p> </body> </html> - diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index 9f56b82..4f17596 100755 --- a/htdocs/dev/tests/index.html +++ b/htdocs/dev/tests/index.html @@ -1,6 +1,6 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.112 2010-03-04 15:50:30 ville Exp $" ---><!--#set var="date" value="\$Date: 2010-03-04 15:50:30 $" +<!--#set var="revision" value="\$Id: index.html,v 1.113 2010-03-04 16:59:00 ville Exp $" +--><!--#set var="date" value="\$Date: 2010-03-04 16:59:00 $" --><!--#set var="title" value="The W3C Markup Validation Service: Tests" --><!--#set var="relroot" value="../../" --><!--#include virtual="../../header.html" --> @@ -840,7 +840,7 @@ -<h4 id="invalid_bug">Documents that are invalid, which the validator passes as OK</h4> +<h4 id="invalid_bug">Documents that have an invalid/unknown FPI, which should get public/system identifier mismatch warnings (W26)</h4> <p></p> <h5>bogus FPI #2: HTML 4.01 "Strict"</h5> diff --git a/misc/testsuite/catalog.xml b/misc/testsuite/catalog.xml index ae0e764..3dc1097 100644 --- a/misc/testsuite/catalog.xml +++ b/misc/testsuite/catalog.xml @@ -855,23 +855,23 @@ </collection> <collection id="invalid_bug"> - <dc:title>Documents that are invalid, which the validator passes as OK</dc:title> + <dc:title>Documents that have an invalid/unknown FPI, which should get public/system identifier mismatch warnings (W26)</dc:title> <test> <uri>http://qa-dev.w3.org/wmvs/HEAD/dev/tests/bogus-fpi2.html</uri> <html:p>bogus FPI #2: HTML 4.01 "Strict"</html:p> <expect> - <Validity>Fail</Validity> + <NumWarnings>yes</NumWarnings> </expect> </test> - <test> - <uri>http://qa-dev.w3.org/wmvs/HEAD/dev/tests/bogus-fpi3.html</uri> - <html:p>bogus FPI #3: XHTML 1.1 "Strict"</html:p> - <expect> - <Validity>Fail</Validity> + <test> + <uri>http://qa-dev.w3.org/wmvs/HEAD/dev/tests/bogus-fpi3.html</uri> + <html:p>bogus FPI #3: XHTML 1.1 "Strict"</html:p> + <expect> + <NumWarnings>yes</NumWarnings> </expect> - </test> + </test> </collection> </collection> |