vmassol     2002/08/31 08:07:26

  Modified:    documentation/docs/xdocs changes.xml
  Log:
  Fixed bug where <code>NullPointerException</code> would be thrown by Cactus 
<code>ServletTestRunner</code> if an exception raised in a test case had not specified 
a message (i.e. <code>getMessage()</code> returning <code>null</code>).
  
  Revision  Changes    Path
  1.44      +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.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- changes.xml       31 Aug 2002 14:45:41 -0000      1.43
  +++ changes.xml       31 Aug 2002 15:07:26 -0000      1.44
  @@ -73,6 +73,12 @@
       </release>
   
       <release version="1.4.1" date="31 August 2002">
  +      <action dev="VMA" type="fix" due-to="Micah Williams" 
due-to-email="[EMAIL PROTECTED]">
  +        Fixed bug where <code>NullPointerException</code> would be thrown by Cactus
  +        <code>ServletTestRunner</code> if an exception raised in a test case had not
  +        specified a message (i.e. <code>getMessage()</code> returning 
  +        <code>null</code>).
  +      </action>
         <action dev="VMA" type="fix" due-to="Gerhard Kreutzer" 
due-to-email="[EMAIL PROTECTED]">
           Some JDK implementation return "null" when Class.getClassLoader() is 
           called to indicate that the given class has been loaded by the 
  
  
  

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

Reply via email to