Return-Path: Delivered-To: apmail-jakarta-watchdog-dev-archive@apache.org Received: (qmail 50726 invoked from network); 22 Dec 2001 23:49:59 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 22 Dec 2001 23:49:59 -0000 Received: (qmail 4004 invoked by uid 97); 22 Dec 2001 23:50:03 -0000 Delivered-To: qmlist-jakarta-archive-watchdog-dev@jakarta.apache.org Received: (qmail 3947 invoked by uid 97); 22 Dec 2001 23:50:00 -0000 Mailing-List: contact watchdog-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Watchdog Developers List" Reply-To: "Watchdog Developers List" Delivered-To: mailing list watchdog-dev@jakarta.apache.org Received: (qmail 3936 invoked by uid 97); 22 Dec 2001 23:50:00 -0000 Date: 22 Dec 2001 23:49:48 -0000 Message-ID: <20011222234948.78603.qmail@icarus.apache.org> From: rlubke@apache.org To: jakarta-watchdog-4.0-cvs@apache.org Subject: cvs commit: jakarta-watchdog-4.0/src/conf servlet-gtest.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N rlubke 01/12/22 15:49:48 Modified: src/conf servlet-gtest.xml Log: Corrected typo in HttpServletResponseWrapper test strategy texts. Revision Changes Path 1.26 +32 -32 jakarta-watchdog-4.0/src/conf/servlet-gtest.xml Index: servlet-gtest.xml =================================================================== RCS file: /home/cvs/jakarta-watchdog-4.0/src/conf/servlet-gtest.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- servlet-gtest.xml 2001/12/20 00:59:16 1.25 +++ servlet-gtest.xml 2001/12/22 23:49:48 1.26 @@ -958,7 +958,7 @@ goldenFile="${wgdir}/javax_servlet_http/HttpServletResponseWrapper/HttpServletResponseWrapperAddCookieTest.html" testName="HttpServletResponseWrapperAddCookieTest" assertion="Test for default behavior of this method is to call addCookie(Cookie cookie) on the wrapped response object. Java Servlet Specification v2.3, Sec 14" - testStrategy="Client calls a servlet who's response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses addCookie method." + testStrategy="Client calls a servlet whose response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses addCookie method." /> @@ -1633,7 +1633,7 @@ goldenFile="${wgdir}/javax_servlet_http/HttpServletResponseWrapper/HttpServletResponseWrapperAddCookieTest.html" testName="HttpServletResponseWrapperAddCookieTest" assertion="Test for default behavior of this method is to call addCookie(Cookie cookie) on the wrapped response object. Java Servlet Specification v2.3, Sec 14" - testStrategy="Client calls a servlet who's response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses addCookie method." + testStrategy="Client calls a servlet whose response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses addCookie method." /> @@ -1644,7 +1644,7 @@ goldenFile="${wgdir}/javax_servlet_http/HttpServletResponseWrapper/HttpServletResponseWrapperAddDateHeaderTest.html" testName="HttpServletResponseWrapperAddDateHeaderTest" assertion="Test for default behavior of this method is to call addDateHeader(String long) on the wrapped response object. Java Servlet Specification v2.3, Sec 14" - testStrategy="Client calls a servlet who's response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses addDateHeader method." + testStrategy="Client calls a servlet whose response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses addDateHeader method." /> @@ -1655,7 +1655,7 @@ goldenFile="${wgdir}/javax_servlet_http/HttpServletResponseWrapper/HttpServletResponseWrapperAddHeaderTest.html" testName="HttpServletResponseWrapperAddHeaderTest" assertion="Test for default behavior of this method is to return addHeader(String name, String value) on the wrapped response object. Java Servlet Specification v2.3, Sec 14" - testStrategy="Client calls a servlet who's response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses addHeader method." + testStrategy="Client calls a servlet whose response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses addHeader method." /> @@ -1666,7 +1666,7 @@ goldenFile="${wgdir}/javax_servlet_http/HttpServletResponseWrapper/HttpServletResponseWrapperAddIntHeaderTest.html" testName="HttpServletResponseWrapperAddIntHeaderTest" assertion="Test for default behavior of this method is to call addIntHeader(String name, int value) on the wrapped response object. Java Servlet Specification v2.3, Sec 14" - testStrategy="Client calls a servlet who's response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses addIntHeader method." + testStrategy="Client calls a servlet whose response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses addIntHeader method." /> @@ -1677,7 +1677,7 @@ goldenFile="${wgdir}/javax_servlet_http/HttpServletResponseWrapper/HttpServletResponseWrapperContainsHeaderTest.html" testName="HttpServletResponseWrapperContainsHeaderTest" assertion="Test for default behavior of this method is to call containsHeader(String name) on the wrapped response object. Java Servlet Specification v2.3, Sec 14" - testStrategy="Client calls a servlet who's response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses containsHeader method." + testStrategy="Client calls a servlet whose response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses containsHeader method." /> @@ -1688,7 +1688,7 @@ goldenFile="${wgdir}/javax_servlet_http/HttpServletResponseWrapper/HttpServletResponseWrapperEncodeURLTest.html" testName="HttpServletResponseWrapperEncodeURLTest" assertion="Test for default behavior of this method is to call encodeURL(String url) on the wrapped response object. Java Servlet Specification v2.3, Sec 14" - testStrategy="Client calls a servlet who's response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses encodeURL method." + testStrategy="Client calls a servlet whose response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses encodeURL method." /> @@ -1699,7 +1699,7 @@ goldenFile="${wgdir}/javax_servlet_http/HttpServletResponseWrapper/HttpServletResponseWrapperEncodeRedirectURLTest.html" testName="HttpServletResponseWrapperRedirectEncodeURLTest" assertion="Test for default behavior of this method is to return encodeRedirectURL(String url) on the wrapped response object. Java Servlet Pages Specification v2.3, Sec 14" - testStrategy="Client calls a servlet who's response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses encodeRedirectURL method." + testStrategy="Client calls a servlet whose response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses encodeRedirectURL method." /> @@ -1709,7 +1709,7 @@ expectHeaders="GenericResponseWrapper:sendError" testName="HttpServletResponseWrapperSendErrorTest" assertion="Test for default behavior of this method is to call sendError(int sc) on the wrapped response object. Java Servlet Specification v2.3, Sec 14" - testStrategy="Client calls a servlet who's response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses sendError method." + testStrategy="Client calls a servlet whose response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses sendError method." /> @@ -1719,7 +1719,7 @@ expectHeaders="GenericResponseWrapper:sendErrorMsg" testName="HttpServletResponseWrapperSendErrorMsgTest" assertion="Test for default behavior of this method is to call sendError(int, String) on the wrapped response object. Java Servlet Specification v2.3, Sec 14" - testStrategy="Client calls a servlet who's response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses sendError method." + testStrategy="Client calls a servlet whose response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses sendError method." /> @@ -1752,7 +1752,7 @@ returnCode="302" testName="HttpServletResponseWrapperSendRedirectTest" assertion="Test for default behavior of this method is to return sendRedirect(String) on the wrapped response object of a URL that is based on the server root. Java Servlet Specification v2.3, Sec 14" - testStrategy="Client calls a servlet who's response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses sendRedirect method." + testStrategy="Client calls a servlet whose response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses sendRedirect method." /> @@ -1774,7 +1774,7 @@ returnCode="302" testName="HttpServletResponseWrapperSendRedirectForWebAppTest" assertion="Test for default behavior of this method is to return sendRedirect(String) on the wrapped response object of a URL that is based on the context-root. Java Servlet Specification v2.3, Sec 14" - testStrategy="Client calls a servlet who's response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses sendRedirect method." + testStrategy="Client calls a servlet whose response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses sendRedirect method." /> @@ -1785,7 +1785,7 @@ testName="HttpServletResponseWrapperSetDateHeaderTest" goldenFile="${wgdir}/javax_servlet_http/HttpServletResponseWrapper/HttpServletResponseWrapperSetDateHeaderTest.html" assertion="Test for default behavior of this method is to call setDateHeader(String, long) on the wrapped response object. Java Servlet Specification v2.3, Sec 14" - testStrategy="Client calls a servlet who's response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses setDateHeader method." + testStrategy="Client calls a servlet whose response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses setDateHeader method." /> @@ -1796,7 +1796,7 @@ testName="HttpServletResponseWrapperSetHeaderTest" goldenFile="${wgdir}/javax_servlet_http/HttpServletResponseWrapper/HttpServletResponseWrapperSetHeaderTest.html" assertion="Test for default behavior of this method is to return setHeader(String, String) on the wrapped response object. Java Servlet Specification v2.3, Sec 14" - testStrategy="Client calls a servlet who's response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses setHeader method." + testStrategy="Client calls a servlet whose response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses setHeader method." /> @@ -1807,7 +1807,7 @@ testName="HttpServletResponseWrapperSetHeaderIntTest" goldenFile="${wgdir}/javax_servlet_http/HttpServletResponseWrapper/HttpServletResponseWrapperSetIntHeaderTest.html" assertion="Test for default behavior of this method is to call setIntHeader(String, int) on the wrapped response object. Java Servlet Specification v2.3, Sec 14" - testStrategy="Client calls a servlet who's response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses setIntHeader method." + testStrategy="Client calls a servlet whose response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses setIntHeader method." /> @@ -1818,7 +1818,7 @@ returnCode="200" testName="HttpServletResponseWrapperSetStatusMsgTest" assertion="Test for default behavior of this method is to call setStatus(int, String) on the wrapped response object. Java Servlet Specification v2.3, Sec 14" - testStrategy="Client calls a servlet who's response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses setStatus method" + testStrategy="Client calls a servlet whose response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses setStatus method" /> @@ -1829,7 +1829,7 @@ returnCode="200" testName="HttpServletResponseWrapperSetStatusTest" assertion="Test for default behavior of this method is to call setStatus(int) on the wrapped response object. Java Servlet Specification v2.3, Sec 14" - testStrategy="Client calls a servlet who's response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses setStatus method." + testStrategy="Client calls a servlet whose response has been wrapped. The wrapper object adds a specific header to the response object and calls the responses setStatus method." /> -- To unsubscribe, e-mail: For additional commands, e-mail: