craigmcc    01/05/21 12:54:57

  Modified:    tester/web/golden Session05.txt WrappedSession05.txt
  Log:
  Update the golden files to reflect the corrected behavior of session
  attribute events -- replacement events should include the *old* value, not
  the *new* value.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-tomcat-4.0/tester/web/golden/Session05.txt
  
  Index: Session05.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/tester/web/golden/Session05.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Session05.txt     2001/04/18 19:53:18     1.1
  +++ Session05.txt     2001/05/21 19:54:53     1.2
  @@ -2,8 +2,8 @@
   SessionListener02: sessionCreated()
   SessionListener01: attributeAdded(attribute1,value1)
   SessionListener02: attributeAdded(attribute1,value1)
  -SessionListener01: attributeReplaced(attribute1,value2)
  -SessionListener02: attributeReplaced(attribute1,value2)
  +SessionListener01: attributeReplaced(attribute1,value1)
  +SessionListener02: attributeReplaced(attribute1,value1)
   SessionListener01: attributeRemoved(attribute1,value2)
   SessionListener02: attributeRemoved(attribute1,value2)
   SessionListener02: sessionDestroyed()
  
  
  
  1.2       +2 -2      jakarta-tomcat-4.0/tester/web/golden/WrappedSession05.txt
  
  Index: WrappedSession05.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/tester/web/golden/WrappedSession05.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- WrappedSession05.txt      2001/04/26 18:23:45     1.1
  +++ WrappedSession05.txt      2001/05/21 19:54:54     1.2
  @@ -3,8 +3,8 @@
   SessionListener02: sessionCreated()
   SessionListener01: attributeAdded(attribute1,value1)
   SessionListener02: attributeAdded(attribute1,value1)
  -SessionListener01: attributeReplaced(attribute1,value2)
  -SessionListener02: attributeReplaced(attribute1,value2)
  +SessionListener01: attributeReplaced(attribute1,value1)
  +SessionListener02: attributeReplaced(attribute1,value1)
   SessionListener01: attributeRemoved(attribute1,value2)
   SessionListener02: attributeRemoved(attribute1,value2)
   SessionListener02: sessionDestroyed()
  
  
  

Reply via email to