- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 04 Mar 2009 15:19:45 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/xml
In directory hutz:/tmp/cvs-serv14653
Modified Files:
general.xml
Log Message:
fixed bad tests
Index: general.xml
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/testsuite/xml/general.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- general.xml 3 Mar 2009 17:19:37 -0000 1.7
+++ general.xml 4 Mar 2009 15:19:43 -0000 1.8
@@ -278,7 +278,7 @@
</type>
<type title="URI_errors">
<test>
- <url>http://sdfsdf.org</url>
+ <url>http://domain.example.invalid</url>
<description>Inexistant URI</description>
<result valid="false">
<errors>1</errors>
@@ -293,14 +293,6 @@
<warnings>0</warnings>
</result>
</test>
- <test>
- <url>https://www.test.com</url>
- <description>Forbidden protocol</description>
- <result valid="false">
- <errors>1</errors>
- <warnings>0</warnings>
- </result>
- </test>
</type>
<type title="Attribute_Selectors">
<test profile="css21">
Received on Wednesday, 4 March 2009 15:19:54 UTC