morgand 2002/07/24 09:04:19
Modified:
latka-scratch/src/distribution/tests/servlet-tests/tests/javax_servlet_http/HttpServletResponseWrapper
tests.mod
Log:
fixed redirect path header
Revision Changes Path
1.2 +1 -1
jakarta-watchdog-4.0/latka-scratch/src/distribution/tests/servlet-tests/tests/javax_servlet_http/HttpServletResponseWrapper/tests.mod
Index: tests.mod
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/latka-scratch/src/distribution/tests/servlet-tests/tests/javax_servlet_http/HttpServletResponseWrapper/tests.mod,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tests.mod 23 Jul 2002 20:14:11 -0000 1.1
+++ tests.mod 24 Jul 2002 16:04:19 -0000 1.2
@@ -115,7 +115,7 @@
<validate>
<!--TEST STRATEGY: 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.-->
<statusCode code="302" label="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, specified in the Java Servlet Pages Specification v2.3, Sec 14 -
javax.servlet.HttpServletResponseWrapper. sendRedirect(String location) method" />
- <responseHeader headerName="Location"
headerValue="http://${host}:${port}/servlet-tests/hsresw/HttpServletResponseWrapperRedirectedTest"
label="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, specified in
the Java Servlet Pages Specification v2.3, Sec 14 -
javax.servlet.HttpServletResponseWrapper. sendRedirect(String location) method" />
+ <responseHeader headerName="Location"
headerValue="http://${host}:${port}/servlet-tests/tests/javax_servlet_http/HttpServletResponseWrapper/HttpServletResponseWrapperRedirectedTest"
label="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, specified in
the Java Servlet Pages Specification v2.3, Sec 14 -
javax.servlet.HttpServletResponseWrapper. sendRedirect(String location) method" />
</validate>
</request>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>