larryi 02/01/12 19:01:27 Modified: src/tests/webpages/WEB-INF test-tomcat.xml Log: Include a test for NUL.jsp (in addition to nul.jsp). Revision Changes Path 1.50 +4 -1 jakarta-tomcat/src/tests/webpages/WEB-INF/test-tomcat.xml Index: test-tomcat.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/tests/webpages/WEB-INF/test-tomcat.xml,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- test-tomcat.xml 9 Jan 2002 06:36:24 -0000 1.49 +++ test-tomcat.xml 13 Jan 2002 03:01:26 -0000 1.50 @@ -16,7 +16,7 @@ early tests. --> - <property name="revision" value="$Revision: 1.49 $" /> + <property name="revision" value="$Revision: 1.50 $" /> <property name="host" value="127.0.0.1" /> <property name="port" value="8080" /> <property name="colonPort" value=":${port}" /> @@ -1373,6 +1373,9 @@ returnCode="${http.protocol} 404" /> <gtest request="GET /test/nul.jsp HTTP/1.0" + returnCode="${http.protocol} 404" /> + + <gtest request="GET /test/NUL.jsp HTTP/1.0" returnCode="${http.protocol} 404" /> <gtest request="GET /test/prn.jsp HTTP/1.0"
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>