2002/css-validator/autotest/testsuite/xml general.xml,1.6,1.7

Update of /sources/public/2002/css-validator/autotest/testsuite/xml
In directory hutz:/tmp/cvs-serv8438

Modified Files:
	general.xml 
Log Message:
fixed type

Index: general.xml
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/testsuite/xml/general.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- general.xml	1 Mar 2009 13:28:18 -0000	1.6
+++ general.xml	3 Mar 2009 17:19:37 -0000	1.7
@@ -266,7 +266,7 @@
       </result>
     </test>
   </type>
-  <type title="Valid CSS with warnings">
+  <type title="Valid_CSS_with_warnings">
     <test>
       <file>testsuite/general/warnings/font-family.css</file>
       <description>font-family without generic family</description>
@@ -276,7 +276,7 @@
       </result>
     </test>
   </type>
-  <type title="URI errors">
+  <type title="URI_errors">
     <test>
       <url>http://sdfsdf.org</url>
       <description>Inexistant URI</description>
@@ -302,7 +302,7 @@
       </result>
     </test>
   </type>
-  <type title="Attribute Selectors">
+  <type title="Attribute_Selectors">
     <test profile="css21">
         <file>testsuite/general/selectors/multipleattributes-001.css</file>
         <description>Conflict checks when multiple selectors attributes are defined</description>

Received on Tuesday, 3 March 2009 17:19:48 UTC