vmassol     02/05/12 13:54:24

  Modified:    documentation/docs/xdocs changes.xml
  Log:
  update with latest changes
  
  Revision  Changes    Path
  1.13      +12 -0     jakarta-cactus/documentation/docs/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- changes.xml       3 May 2002 19:44:38 -0000       1.12
  +++ changes.xml       12 May 2002 20:54:24 -0000      1.13
  @@ -48,6 +48,18 @@
       </devs>
   
       <release version="1.4 in CVS">
  +      <action dev="VMA" type="add">
  +        A cool new way to quickly execute your test cases : Cactus now has
  +        a JUnit Test Runner called ServletTestRunner (it is a servlet) that
  +        you can use to quickly exercise your tests. See the tutorial
  +        (forthcoming).
  +      </action>
  +      <action dev="VMA" type="fix">
  +        Test classes are now first looked for using the Current classloader
  +        (the webapp one for Servlets) and if not found using the context
  +        class loader. Previously the order was the revert, which was not
  +        logical and could lead to issues.
  +      </action>
         <action dev="VMA" type="update">
           Improved debugging of <code>runservertests</code> task. Simply run
           Ant in debug mode (<code>ant -debug xxx</code>) and the task will
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to