vmassol     01/04/14 08:48:07

  Modified:    cactus/docs/framework/xdocs changes.xml todo.xml
  Log:
  Made the methods setUp() and tearDown() protected on the server side so that it is 
consistent with JUnit.
  
  Revision  Changes    Path
  1.6       +4 -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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changes.xml       2001/04/14 14:59:04     1.5
  +++ changes.xml       2001/04/14 15:48:07     1.6
  @@ -10,6 +10,10 @@
     </devs>
   
     <release version="1.0b2 in CVS" date="">
  +    <action dev="VMA" type="update">
  +      Made the methods <code>setUp()</code> and <code>tearDown()</code>
  +      protected on the server side so that it is consistent with JUnit.
  +    </action>
       <action dev="VMA" type="update" due-to="Philip Aston" 
due-to-email="[EMAIL PROTECTED]">
         Modified the Ant <code>runservertest</code> task so that it also works
         when a servlet engine is already up and running and when a server is
  
  
  
  1.6       +0 -5      jakarta-commons/cactus/docs/framework/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cactus/docs/framework/xdocs/todo.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- todo.xml  2001/04/14 14:59:04     1.5
  +++ todo.xml  2001/04/14 15:48:07     1.6
  @@ -31,11 +31,6 @@
   
     <actions priority="low">
       <action context="code">
  -      Make the methods <code>setUp()</code> and <code>tearDown()</code>
  -      protected on the server side so that it is consistent with JUnit (for the
  -      moment they need to be public to work).
  -    </action>
  -    <action context="code">
         Manage multivalued HTTP headers in <code>ServletTestRequest</code>.
       </action>
       <action context="docs">
  
  
  

Reply via email to