- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 Mar 2009 17:25:40 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/xml In directory hutz:/tmp/cvs-serv10140 Modified Files: propertiesCSS1.xml propertiesCSS2.xml propertiesCSS3.xml Log Message: Index: propertiesCSS3.xml =================================================================== RCS file: /sources/public/2002/css-validator/autotest/testsuite/xml/propertiesCSS3.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- propertiesCSS3.xml 19 Apr 2006 07:55:35 -0000 1.1 +++ propertiesCSS3.xml 3 Mar 2009 17:25:38 -0000 1.2 @@ -3,11 +3,11 @@ test markup also accepts 3 properties: warning, profile and medium --> <testsuite> - <type title="Valid tests of all properties and their values, except inherit"> + <type title="Valid_tests_of_all_properties_and_their_values_except_inherit_CSS3"> <test profile="css3"> <file>testsuite/properties/css3/propertiesCSS3.css</file> <description>Font properties</description> <result valid="true"/> </test> </type> -</testsuite> \ No newline at end of file +</testsuite> Index: propertiesCSS2.xml =================================================================== RCS file: /sources/public/2002/css-validator/autotest/testsuite/xml/propertiesCSS2.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- propertiesCSS2.xml 19 Apr 2006 07:55:35 -0000 1.1 +++ propertiesCSS2.xml 3 Mar 2009 17:25:38 -0000 1.2 @@ -3,7 +3,7 @@ test markup also accepts 3 properties: warning, profile and medium --> <testsuite> - <type title="Valid tests of all properties and their values, except inherit"> + <type title="Valid_tests_of_all_properties_and_their_values_except_inherit_CSS2"> <test> <file>testsuite/properties/ok/font.css</file> <description>Font testsuite/properties</description> @@ -66,7 +66,7 @@ <result valid="true"/> </test> </type> - <type title="Valid 'inherit' CSS"> + <type title="Valid_inherit_CSS2"> <test> <file>testsuite/properties/inherit/ok/font.css</file> <description>Font testsuite/properties</description> @@ -123,7 +123,7 @@ <result valid="true"/> </test> </type> - <type title="Invalid 'inherit' CSS"> + <type title="Invalid_inherit_CSS2"> <test> <file>testsuite/properties/inherit/error/font.css</file> <description>Font testsuite/properties</description> @@ -188,7 +188,7 @@ </result> </test> </type> - <type title="Invalid CSS: too many values"> + <type title="Invalid_CSS2_too_many_values"> <test> <file>testsuite/properties/too-many-values/font.css</file> <description>Font testsuite/properties</description> Index: propertiesCSS1.xml =================================================================== RCS file: /sources/public/2002/css-validator/autotest/testsuite/xml/propertiesCSS1.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- propertiesCSS1.xml 19 Apr 2006 07:55:35 -0000 1.1 +++ propertiesCSS1.xml 3 Mar 2009 17:25:38 -0000 1.2 @@ -3,7 +3,7 @@ test markup also accepts 3 properties: warning, profile and medium --> <testsuite> - <type title="Valid tests of all properties and their values, except inherit"> + <type title="Valid_tests_of_all_properties_and_their_values_except_inherit_CSS1"> <test profile="css1"> <file>testsuite/properties/css1/ok/font.css</file> <description>Font testsuite/properties</description> @@ -30,7 +30,7 @@ <result valid="true"/> </test> </type> - <type title="Invalid CSS: too many values"> + <type title="Invalid_CSS1_too_many_values"> <test profile="css1"> <file>testsuite/properties/css1/too-many-values/font.css</file> <description>Font testsuite/properties</description>
Received on Tuesday, 3 March 2009 17:25:50 UTC