bdelacretaz 2004/02/07 02:39:11
Modified: src/test/anteater reader-mime-type.xml Log: use value instead of pattern for exact content-type check Revision Changes Path 1.2 +7 -7 cocoon-2.1/src/test/anteater/reader-mime-type.xml Index: reader-mime-type.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/src/test/anteater/reader-mime-type.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- reader-mime-type.xml 6 Feb 2004 12:27:11 -0000 1.1 +++ reader-mime-type.xml 7 Feb 2004 10:39:11 -0000 1.2 @@ -12,43 +12,43 @@ <httpRequest href="${baseUrl}/test10.html" description="Check content-type"> <match> - <header name="Content-type" pattern="text/html"/> + <header name="Content-type" value="text/html"/> </match> </httpRequest> <httpRequest href="${baseUrl}/test20.html" description="Check content-type"> <match> - <header name="Content-type" pattern="text/html"/> + <header name="Content-type" value="text/html"/> </match> </httpRequest> <httpRequest href="${baseUrl}/test30.html" description="Check content-type"> <match> - <header name="Content-type" pattern="text/html"/> + <header name="Content-type" value="text/html"/> </match> </httpRequest> <httpRequest href="${baseUrl}/test40.html" description="Check content-type"> <match> - <header name="Content-type" pattern="text/html"/> + <header name="Content-type" value="text/html"/> </match> </httpRequest> <httpRequest href="${baseUrl}/test50.html" description="Check content-type"> <match> - <header name="Content-type" pattern="text/html"/> + <header name="Content-type" value="text/html"/> </match> </httpRequest> <httpRequest href="${baseUrl}/test60.html" description="Check content-type"> <match> - <header name="Content-type" pattern="text/html"/> + <header name="Content-type" value="text/html"/> </match> </httpRequest> <httpRequest href="${baseUrl}/test70.html" description="Check content-type"> <match> - <header name="Content-type" pattern="text/html"/> + <header name="Content-type" value="text/html"/> </match> </httpRequest>