vmassol     01/09/07 09:11:26

  Modified:    cactus/docs/framework/xdocs changes.xml
  Log:
  added support for Filter unit testing
  
  Revision  Changes    Path
  1.45      +5 -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.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- changes.xml       2001/09/05 08:45:01     1.44
  +++ changes.xml       2001/09/07 16:11:26     1.45
  @@ -87,6 +87,11 @@
       </devs>
   
       <release version="1.2 in CVS">
  +      <action dev="VMA" type="add">
  +        Added support for unit testing Servlet Filters (Servlet API 2.3 only)
  +        by providing a new <code>FilterTestCase</code> test case class. Also
  +        added some filter unit testing samples in the distribution.
  +      </action>
         <action dev="VMA" type="fix" due-to="Tony Payne" 
due-to-email="[EMAIL PROTECTED]">
           (<link href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3427";>
           Bug #3427</link>).
  
  
  

Reply via email to