vmassol 01/10/22 07:36:56
Modified: docs/framework/xdocs changes.xml
Log:
cactus 1.3 will run with Junit 3.7 and later only
Revision Changes Path
1.59 +7 -0 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.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- changes.xml 2001/10/20 13:22:11 1.58
+++ changes.xml 2001/10/22 14:36:56 1.59
@@ -118,6 +118,13 @@
</devs>
<release version="1.3 in CVS">
+ <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.
+ </action>
<action dev="VMA" type="add">
Added a new method : <code>WebRequest.setContentType(String)</code>
(if you don't specify anything it default to
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]