vmassol     01/08/29 06:27:47

  Modified:    cactus/docs/framework/xdocs changes.xml
  Log:
  new ServletContextWrapper.getLogs() method to assert logs generated by calls to 
log() methods
  
  Revision  Changes    Path
  1.42      +7 -0      jakarta-commons/cactus/docs/framework/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cactus/docs/framework/xdocs/changes.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- changes.xml       2001/08/19 17:44:21     1.41
  +++ changes.xml       2001/08/29 13:27:47     1.42
  @@ -88,6 +88,13 @@
   
       <release version="1.2 in CVS">
         <action dev="VMA" type="add">
  +        Added a <code>Vector getLogs()</code> method to
  +        <code>ServletContextWrapper</code> that returns a vector of the log
  +        messages generated by calls to <code>ServletContext.log()</code>.
  +        This is to easily assert the content of these calls when writing
  +        test cases.
  +      </action>
  +      <action dev="VMA" type="add">
           Added automatic Ant script support for Orion 1.5
         </action>
         <action dev="VMA" type="fix" due-to="Navjeet Chabbewal" 
due-to-email="[EMAIL PROTECTED]">
  
  
  

Reply via email to