vmassol     2003/07/12 02:06:53

  Modified:    documentation/docs/xdocs changes.xml
  Log:
  Deprecated getCurrentTestMethod() and replaced it by getCurrentTestName() which is a 
better name.
  
  Revision  Changes    Path
  1.109     +6 -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.108
  retrieving revision 1.109
  diff -u -r1.108 -r1.109
  --- changes.xml       29 Jun 2003 10:49:11 -0000      1.108
  +++ changes.xml       12 Jul 2003 09:06:53 -0000      1.109
  @@ -65,6 +65,12 @@
         </devs>
   
         <release version="1.5" date="- in CVS">
  +        <action dev="VMA" type="update">
  +          Deprecated <code>XXXTestCase.getCurrentTestMethod()</code> which
  +          returns the current test name. Replaced it by
  +          <code>XXXTestCase.getCurrentTestName()</code> which is better
  +          named.
  +        </action>
           <action dev="CML" type="add">
             Added a <code>HttpServletRequestWrapper.setRemoteUser()</code> method
             to simulate a remote user. Thus, there is now 2 methods to get a 
  
  
  

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

Reply via email to