- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 14 Sep 2009 12:15:17 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/src/org/w3c/unicorn/response/parser In directory hutz:/tmp/cvs-serv31106/src/org/w3c/unicorn/response/parser Modified Files: DefaultParser.java Log Message: added levels to errors Index: DefaultParser.java =================================================================== RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/response/parser/DefaultParser.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- DefaultParser.java 3 Sep 2009 16:43:20 -0000 1.4 +++ DefaultParser.java 14 Sep 2009 12:15:15 -0000 1.5 @@ -78,7 +78,7 @@ return null; } } - res.setCheckedby(or.getCheckedby()); + res.setCallingUri(or.getCallingUri()); res.setPassed(or.getPassed()); res.setUri(or.getUri()); res.setVersion(or.getVersion()); @@ -213,7 +213,7 @@ // just don't set the context. Or set it to 0? } try { - y.setErrortype(x.getErrortype()); + y.setLevel(x.getLevel()); } catch(XmlValueOutOfRangeException e) { // just don't set the type. Or set it to 0? }
Received on Monday, 14 September 2009 12:15:25 UTC