You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by rl...@apache.org on 2002/02/01 02:13:45 UTC

cvs commit: jakarta-watchdog-4.0/src/conf servlet-gtest.xml

rlubke      02/01/31 17:13:45

  Modified:    src/conf servlet-gtest.xml
  Log:
   - Uncommented HttpSessionEvent and HttpSessionListener tests.
  
  Revision  Changes    Path
  1.36      +4 -4      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.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- servlet-gtest.xml	28 Jan 2002 23:15:01 -0000	1.35
  +++ servlet-gtest.xml	1 Feb 2002 01:13:44 -0000	1.36
  @@ -2586,7 +2586,7 @@
           <!-- END javax_servlet_http_HttpServletRequestWrapper -->
   
           <!-- START javax_servlet_http_HttpSessionListener -->
  -<!--
  +
           <watchdog request="GET /servlet-tests/HttpSessionCreatedTest HTTP/1.0"
               testName="HttpSessionCreatedTest" debug="0"
               host="${host}" port="${port}" exactMatch="true"
  @@ -2602,7 +2602,7 @@
               assertion="Test for notification that a session was invalidated, specified in the Java Servlet Pages Specification v2.3, Sec 14 - javax.servlet.http.HttpSessionListener.sessionCreated method"
               testStrategy="Client calls a servlet that creates and the invalidates a session. The listener should detect the changes and write a message to a static log file. The Servlet then reads the log file and sends the contents back to the client. As a result of the test, the javax.servlet.http.HttpSessionEvent.getSession() method is tested."
           />
  --->
  +
           <!-- END javax_servlet_http_HttpSessionListener -->
   
           <!-- START javax_servlet_http_HttpSessionAttributeListener -->
  @@ -2634,7 +2634,7 @@
           <!-- END javax_servlet_http_HttpSessionAttributeListener -->
   
           <!-- START javax_servlet_http_HttpSessionEvent -->
  -<!-- 
  + 
           <watchdog request="GET /servlet-tests/HttpSessionEventGetSessionTest HTTP/1.0"
               testName="HttpSessionEventGetSessionTest" debug="0"
               host="${host}" port="${port}" exactMatch="true"
  @@ -2650,7 +2650,7 @@
               assertion="Test for the object on which the Event initially occured, specified in the java.util.EventObject.getSource method"
               testStrategy="Client calls a servlet that creates a session. The listener writes the source of the event to a static log file. The Servlet then reads the log file and sends the contents back to the client."
           />
  --->
  +
           <!-- END javax_servlet_http_HttpSessionEvent -->
   
           <!-- START javax_servlet_http_HttpSessionBindingEvent -->
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>