2002/css-validator/autotest/testsuite/xml general.xml,1.2,1.3

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

Modified Files:
	general.xml 
Log Message:
reverting to pre no-profile

Index: general.xml
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/testsuite/xml/general.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- general.xml	20 Sep 2007 09:34:02 -0000	1.2
+++ general.xml	27 Sep 2007 08:46:43 -0000	1.3
@@ -136,32 +136,6 @@
       </result>
     </test>
   </type>
-  <type title="no profile">
-    <test profile="none">
-      <file>testsuite/general/no_profile/valid.css</file>
-      <description>properties don't exist in CSS 2.1 but exists in CSS3</description>
-      <result valid="true">
-        <errors>0</errors>
-        <warnings>2</warnings>
-      </result>
-    </test>
-    <test profile="css21">
-      <file>testsuite/general/no_profile/valid.css</file>
-      <description>properties don't exist in CSS 2.1 but exists in CSS3&lt;br/&gt;But profile is set to CSS 2.1</description>
-      <result valid="true">
-        <errors>2</errors>
-        <warnings>0</warnings>
-      </result>
-    </test>
-    <test profile="none">
-      <file>testsuite/general/no_profile/invalid.css</file>
-      <description>properties don't exist in CSS 2.1 but exists in CSS3.&lt;br/&gt;But values are wrong</description>
-      <result valid="false">
-        <errors>2</errors>
-        <warnings>2</warnings>
-      </result>
-    </test>
-  </type>
   <type title="parse-errors">
     <test>
       <file>testsuite/general/parse/parse-error1.css</file>

Received on Thursday, 27 September 2007 08:47:26 UTC