validator/misc/testsuite catalog.xml,1.1,1.2

Update of /sources/public/validator/misc/testsuite
In directory hutz:/tmp/cvs-serv17258

Modified Files:
	catalog.xml 
Log Message:
Test suite pretty much fully migrated to metadata-rich XML file.
The test suite may still need to be improved to:
- mention when validation needs to be running with specific options
- mention when an "ideal" result is expected but we know the validator is buggy.



Index: catalog.xml
===================================================================
RCS file: /sources/public/validator/misc/testsuite/catalog.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- catalog.xml	27 Feb 2008 20:38:03 -0000	1.1
+++ catalog.xml	28 Mar 2008 19:38:27 -0000	1.2
@@ -15,325 +15,426 @@
         The first validate link will attempt validation with the current instance, for test purposes. The v.w.o instance
         can be taken as reference/comparison.
     </html:p>
+
     <test>
-      <uri>html20.html</uri>
+      <uri>http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html20.html</uri>
+      <dc:title>HTML 2.0 Document Type support test</dc:title>
       <expect>
         <Validity>Pass</Validity>
       </expect>
[...1216 lines suppressed...]
+      <html:p>supported, but rare, charset (W24)</html:p>
+      <expect>
+          <Validity>Pass</Validity>
+          <NumWarnings>1</NumWarnings>
+      </expect>
 	</test>
+
 	<test>
     <uri>http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-noversion-doctypeless.svg</uri>
-    SVG with neither DOCTYPE nor version attribute (OK in SVG). (W25)
+    <html:p>SVG with neither DOCTYPE nor version attribute (OK in SVG). (W25)</html:p>
+    <expect>
+        <Validity>Pass</Validity>
+        <NumWarnings>1</NumWarnings>
+    </expect>
   </test>
+
  </collection>
 </collection>
 </testsuite>

Received on Friday, 28 March 2008 19:38:59 UTC