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."
       />
   
       <gtest request="GET /servlet-tests/HttpServletResponseWrapperAddDateHeaderTest 
HTTP/1.0"
  @@ -967,7 +967,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."
        />
   
       <gtest request="GET /servlet-tests/HttpServletResponseWrapperAddHeaderTest 
HTTP/1.0"
  @@ -976,7 +976,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."
       />
   
       <gtest request="GET /servlet-tests/HttpServletResponseWrapperAddIntHeaderTest 
HTTP/1.0"
  @@ -985,7 +985,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."
       />
   
       <gtest request="GET /servlet-tests/HttpServletResponseWrapperContainsHeaderTest 
HTTP/1.0"
  @@ -994,7 +994,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."
       />
   
       <gtest request="GET /servlet-tests/HttpServletResponseWrapperEncodeURLTest 
HTTP/1.0"
  @@ -1003,7 +1003,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."
       />
   
       <gtest request="GET 
/servlet-tests/HttpServletResponseWrapperEncodeRedirectURLTest HTTP/1.0"
  @@ -1012,7 +1012,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."
       />
   
       <gtest request="GET /servlet-tests/HttpServletResponseWrapperSendErrorTest 
HTTP/1.0"
  @@ -1020,7 +1020,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."
       />
   
       <gtest request="GET /servlet-tests/HttpServletResponseWrapperSendErrorMsgTest 
HTTP/1.0"
  @@ -1028,7 +1028,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."
       />
   
       <gtest request="GET 
/servlet-tests/HttpServletResponseWrapperSendErrorMsgIgnoreHeaderTest HTTP/1.0"
  @@ -1055,7 +1055,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."
       />
   
       <gtest request="GET 
/servlet-tests/HttpServletResponseWrapperSendRedirectIgnoreHeaderTest HTTP/1.0"
  @@ -1073,7 +1073,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."
       />
   
       <gtest request="GET /servlet-tests/HttpServletResponseWrapperSetDateHeaderTest 
HTTP/1.0"
  @@ -1082,7 +1082,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."
       />
   
       <gtest request="GET /servlet-tests/HttpServletResponseWrapperSetHeaderTest 
HTTP/1.0"
  @@ -1091,7 +1091,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."
       />
   
       <gtest request="GET /servlet-tests/HttpServletResponseWrapperSetIntHeaderTest 
HTTP/1.0"
  @@ -1100,7 +1100,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."
       />
   
       <gtest request="GET /servlet-tests/HttpServletResponseWrapperSetStatusMsgTest 
HTTP/1.0"
  @@ -1109,7 +1109,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"
       />
   
       <gtest request="GET /servlet-tests/HttpServletResponseWrapperSetStatusTest 
HTTP/1.0"
  @@ -1118,7 +1118,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."
       />
   
   <!-- javax_servlet_http_HttpSession tests -->
  @@ -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."
           />
       </target>
   
  @@ -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."
           />
       </target>
   
  @@ -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."
           />
       </target>
   
  @@ -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."
           />
       </target>
           
  @@ -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."
           />
       </target>
   
  @@ -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."
           />
       </target>
   
  @@ -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."
           />
       </target>
   
  @@ -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."
           />
       </target>
   
  @@ -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."
           />
       </target>
           
  @@ -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."
           />
       </target>
   
  @@ -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."
           />
       </target>
           
  @@ -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."
           />
       </target>
   
  @@ -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."
           />
       </target>
   
  @@ -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."
           />
       </target>
   
  @@ -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"
           />
       </target>
   
  @@ -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."
           />
       </target>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to