Show
Ignore:
Timestamp:
09/08/10 20:06:47 (3 years ago)
Author:
Thomas Gambet <tgambet@…>
Branch:
default
Message:

~ uses custom task with http headers, markup, css, and mobileOk checkers

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • WebContent/WEB-INF/resources/contracts/unicorn.wadl

    r1205 r1482  
    22<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://research.sun.com/wadl/2006/10 wadl.xsd" xmlns="http://research.sun.com/wadl/2006/10">  
    33<grammars/>  
    4         <resources base="http://localhost:8080/unicorn/">  
     4        <resources base="http://qa-dev.w3.org/unicorn/">  
    55                <resource path="check">  
    66                        <doc title="responseType">default</doc> 
     
    2121                                                <option value="xml" /> 
    2222                                        </param> 
    23                                         <param name="ucn_task" fixed="mobileok" required="true" style="plain"> 
     23                                        <param name="ucn_task" fixed="custom" required="true" style="plain"> 
     24                                                <option value="custom" /> 
     25                                        </param> 
     26                                        <param name="tests" fixed="markup-validator" required="true" style="plain"> 
     27                                                <option value="markup-validator" /> 
     28                                        </param> 
     29                                        <param name="tests" fixed="mobileok" required="true" style="plain"> 
    2430                                                <option value="mobileok" /> 
     31                                        </param> 
     32                                        <param name="tests" fixed="css-validator" required="true" style="plain"> 
     33                                                <option value="css-validator" /> 
     34                                        </param> 
     35                                        <param name="tests" fixed="http" required="true" style="plain"> 
     36                                                <option value="http" /> 
    2537                                        </param> 
    2638                                </request>