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 /misc/testsuite | |
parent | e0f9e304712ef18145cdde229af78599c6cbf122 (diff) | |
download | markup-validator-2d25c0883b462ecfb91ecd4ceae913a0c0134d3f.zip markup-validator-2d25c0883b462ecfb91ecd4ceae913a0c0134d3f.tar.gz markup-validator-2d25c0883b462ecfb91ecd4ceae913a0c0134d3f.tar.bz2 |
Fix unknown FPI tests.
Diffstat (limited to 'misc/testsuite')
-rw-r--r-- | misc/testsuite/catalog.xml | 16 |
1 files changed, 8 insertions, 8 deletions
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> |