You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bd...@apache.org on 2004/02/06 13:27:11 UTC

cvs commit: cocoon-2.1/src/test/anteater reader-mime-type.xml

bdelacretaz    2004/02/06 04:27:11

  Added:       src/test/anteater reader-mime-type.xml
  Log:
  bugzilla 25121 test, fails as expected without Unico's latest changes
  
  Revision  Changes    Path
  1.1                  cocoon-2.1/src/test/anteater/reader-mime-type.xml
  
  Index: reader-mime-type.xml
  ===================================================================
  <?xml version="1.0" encoding="utf-8"?>
  
  <project name="reader-mime-type" default="reader-mime-type">
  
      <group id="default">
          <property name="usetidy" value="false"/>
      </group>
  
      <!-- Check mime-types (bugzilla 25212) -->
      <target name="reader-mime-type">
          <property name="baseUrl" value="${cocoon}/samples/test/reader-mime-type"/>
  
          <httpRequest href="${baseUrl}/test10.html" description="Check content-type">
              <match>
                  <header name="Content-type" pattern="text/html"/>
              </match>
          </httpRequest>
  
          <httpRequest href="${baseUrl}/test20.html" description="Check content-type">
              <match>
                  <header name="Content-type" pattern="text/html"/>
              </match>
          </httpRequest>
  
          <httpRequest href="${baseUrl}/test30.html" description="Check content-type">
              <match>
                  <header name="Content-type" pattern="text/html"/>
              </match>
          </httpRequest>
  
          <httpRequest href="${baseUrl}/test40.html" description="Check content-type">
              <match>
                  <header name="Content-type" pattern="text/html"/>
              </match>
          </httpRequest>
  
          <httpRequest href="${baseUrl}/test50.html" description="Check content-type">
              <match>
                  <header name="Content-type" pattern="text/html"/>
              </match>
          </httpRequest>
  
          <httpRequest href="${baseUrl}/test60.html" description="Check content-type">
              <match>
                  <header name="Content-type" pattern="text/html"/>
              </match>
          </httpRequest>
  
          <httpRequest href="${baseUrl}/test70.html" description="Check content-type">
              <match>
                  <header name="Content-type" pattern="text/html"/>
              </match>
          </httpRequest>
  
      </target>
  
  </project>