vmassol     01/10/28 03:29:27

  Modified:    docs/framework/xdocs changes.xml
  Log:
  added support for JUnit 3.8 without breaking support for ealier versions of JUnit 
(Note: JUnit 3.8 removed the name() method - replaced by getName())
  
  Revision  Changes    Path
  1.61      +3 -11     jakarta-cactus/docs/framework/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/changes.xml,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- changes.xml       2001/10/28 11:00:53     1.60
  +++ changes.xml       2001/10/28 11:29:27     1.61
  @@ -119,17 +119,9 @@
   
       <release version="1.3 in CVS">
         <action dev="VMA" type="update">
  -        As Cactus 1.3 need JUnit 3.7 and later (because of JUnit removal of 
<code>name()</code> in
  -        favor of <code>getName()</code>), we also need Ant 1.5 (for building Cactus 
from sources
  -        but also for running the junit task). Indeed, prior to Ant 1.5, the Ant 
junit task was using
  -        <code>name()</code> (it has been updated in Ant 1.5).
  -      </action>
  -      <action dev="VMA" type="update">
  -        Cactus 1.3 will need JUnit 3.7 and later. Reason :
  -        <code>TestCase.name()</code> was deprecated in JUnit 3.7 and has now
  -        been removed (22/10/2001) from the JUnit sources in CVS, meaning that
  -        the next JUnit version will have it removed. The new method to use is
  -        <code>TestCase.getName()</code>, which was introduced in JUnit 3.7.
  +        Added support for JUnit 3.8 (which has replaced the <code>name()</code> 
method by a
  +        <code>getName()</code> one). Note that Cactus is still supporting earlier 
versions of
  +        JUnit.
         </action>
         <action dev="VMA" type="add">
           Added a new method : <code>WebRequest.setContentType(String)</code>
  
  
  

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

Reply via email to