- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 14 May 2010 16:01:41 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist In directory hutz:/tmp/cvs-serv17353/WebContent/WEB-INF/resources/tasklist Modified Files: tasklist.xml Log Message: added task "test" which allows developers to test their unicorn output easily before their tool is integrated into unicorn. This task should be removed in production Index: tasklist.xml =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist/tasklist.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- tasklist.xml 5 Mar 2010 19:23:10 -0000 1.17 +++ tasklist.xml 14 May 2010 16:01:37 -0000 1.18 @@ -283,4 +283,20 @@ </output> </task> + <!-- This task allows developers to test their Unicorn output easily. It should removed in production. --> + <task id="test"> + <routine> + <exec id="test" value="test" type="observation" /> + </routine> + + <parameters> + </parameters> + + <output> + <group> + <observation>test</observation> + </group> + </output> + </task> + </tasklist>
Received on Friday, 14 May 2010 16:01:42 UTC