Changeset 1064:fa3ae80e1f31
- Timestamp:
- 05/14/10 16:01:37 (3 years ago)
- Author:
- tgambet
- Branch:
- default
- convert_revision:
- svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@1065
- 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
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r987
|
r1064
|
|
| 284 | 284 | </task> |
| 285 | 285 | |
| | 286 | <!-- This task allows developers to test their Unicorn output easily. It should removed in production. --> |
| | 287 | <task id="test"> |
| | 288 | <routine> |
| | 289 | <exec id="test" value="test" type="observation" /> |
| | 290 | </routine> |
| | 291 | |
| | 292 | <parameters> |
| | 293 | </parameters> |
| | 294 | |
| | 295 | <output> |
| | 296 | <group> |
| | 297 | <observation>test</observation> |
| | 298 | </group> |
| | 299 | </output> |
| | 300 | </task> |
| | 301 | |
| 286 | 302 | </tasklist> |