- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 10 Jun 2010 14:54:28 -0400
- To: Unicorn Updates <www-validator-cvs@w3.org>
changeset: 1184:38879e0f8d74
user: Thomas Gambet <tgambet@w3.org>
date: Thu Jun 10 14:47:39 2010 -0400
files: WebContent/WEB-INF/resources/tasklist/tasklist.xml
description:
added feed validator to custom task
diff -r a32a4f1aa241 -r 38879e0f8d74 WebContent/WEB-INF/resources/tasklist/tasklist.xml
--- a/WebContent/WEB-INF/resources/tasklist/tasklist.xml Thu Jun 10 14:18:02 2010 -0400
+++ b/WebContent/WEB-INF/resources/tasklist/tasklist.xml Thu Jun 10 14:47:39 2010 -0400
@@ -248,6 +248,9 @@
<cond id="param_mobile" result="passed" type="parameter" parameter="tests">
<value>mobileok</value>
</cond>
+ <cond id="param_feed" result="passed" type="parameter" parameter="tests">
+ <value>feed</value>
+ </cond>
</conds>
<routine>
@@ -263,6 +266,9 @@
<if test="param_appc">
<then><exec id="appc" value="appc-checker" type="observation" /></then>
</if>
+ <if test="param_feed">
+ <then><exec id="feed" value="feed" type="observation" /></then>
+ </if>
</routine>
<parameters>
@@ -271,6 +277,7 @@
<value name="css-validator"></value>
<value name="appc-checker"></value>
<value name="mobileok"></value>
+ <value name="feed"></value>
</parameter>
<parameter name="profile" type="dropdown" ui="advanced" observer="css-validator" default="css21"/>
<parameter name="warning" type="dropdown" ui="advanced" observer="css-validator" default="2"/>
@@ -283,6 +290,7 @@
<observation>appc-checker</observation>
<observation>css-validator</observation>
<observation>mobileok</observation>
+ <observation>feed</observation>
</group>
</output>
</task>
Received on Thursday, 10 June 2010 18:56:48 UTC