bdelacretaz    2004/02/07 03:55:07

  Modified:    src/blocks/batik/test/anteater samples-mime-types.xml
  Log:
  forgot to test the hello sample
  
  Revision  Changes    Path
  1.2       +19 -1     
cocoon-2.1/src/blocks/batik/test/anteater/samples-mime-types.xml
  
  Index: samples-mime-types.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/batik/test/anteater/samples-mime-types.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- samples-mime-types.xml    7 Feb 2004 11:14:42 -0000       1.1
  +++ samples-mime-types.xml    7 Feb 2004 11:55:07 -0000       1.2
  @@ -19,6 +19,24 @@
       <target name="batik-samples-mime-types">
           <property name="baseUrl" value="${cocoon}/samples/batik"/>
   
  +        <httpRequest href="${baseUrl}/hello.svg">
  +            <match>
  +                <header name="Content-type" value="image/svg+xml"/>
  +            </match>
  +        </httpRequest>
  +
  +        <httpRequest href="${baseUrl}/hello.jpg">
  +            <match>
  +                <header name="Content-type" value="image/jpg"/>
  +            </match>
  +        </httpRequest>
  +
  +        <httpRequest href="${baseUrl}/hello.png">
  +            <match>
  +                <header name="Content-type" value="image/png"/>
  +            </match>
  +        </httpRequest>
  +
           <httpRequest href="${baseUrl}/batikLogo.svg">
               <match>
                   <header name="Content-type" value="image/svg+xml"/>
  
  
  

Reply via email to