2002/css-validator/autotest AutoTestContentHandler.java,1.4,1.5

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

Modified Files:
	AutoTestContentHandler.java 
Log Message:
test fixes and latest test results

Index: AutoTestContentHandler.java
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/AutoTestContentHandler.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- AutoTestContentHandler.java	7 Mar 2008 15:56:31 -0000	1.4
+++ AutoTestContentHandler.java	9 Feb 2009 21:00:23 -0000	1.5
@@ -34,7 +34,8 @@
  */
 public class AutoTestContentHandler implements ContentHandler {
 
-	public static final String VALIDATOR = "http://localhost:8080/css-validator/validator?";
+	//public static final String VALIDATOR = "http://jigsaw.w3.org/css-validator/validator?";
+	public static final String VALIDATOR = "http://qa-dev.w3.org:8001/css-validator/validator?";
 	public static final String PARAMS = "&output=soap12";
 	public static final int TESTSUITE = "testsuite".hashCode();
 	public static final int TEST = "test".hashCode();

Received on Monday, 9 February 2009 21:00:34 UTC