- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 Mar 2010 16:59:02 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/testsuite In directory hutz:/tmp/cvs-serv1093/misc/testsuite Modified Files: catalog.xml Log Message: Fix unknown FPI tests. Index: catalog.xml =================================================================== RCS file: /sources/public/validator/misc/testsuite/catalog.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- catalog.xml 4 Mar 2010 15:50:30 -0000 1.9 +++ catalog.xml 4 Mar 2010 16:59:00 -0000 1.10 @@ -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>
Received on Thursday, 4 March 2010 16:59:04 UTC