vmassol     01/05/05 07:35:01

  Modified:    cactus/docs/framework/xdocs changes.xml
  Log:
  corrected bug #1610 + new assert method
  
  Revision  Changes    Path
  1.18      +20 -3     jakarta-commons/cactus/docs/framework/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cactus/docs/framework/xdocs/changes.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- changes.xml       2001/05/02 15:58:43     1.17
  +++ changes.xml       2001/05/05 14:35:01     1.18
  @@ -23,11 +23,28 @@
         <person name="Philip Aston" email="[EMAIL PROTECTED]" id="PAS"/>
       </devs>
   
  +    <release version="1.1 in CVS">
  +      <action dev="VMA" type="add">
  +        Added a new mehod <code>AssertUtils.getResponseAsStringArray()</code>
  +        that returns the servlet output stream as an array of string (each
  +        line terminated by a end of line is a string) in the
  +        same spirit as the <code>AssertUtils.getResponseAsString()</code>
  +        method which returnes the result as a single string.
  +      </action>
  +      <action dev="VMA" type="fix" due-to="Bob Davison" 
due-to-email="[EMAIL PROTECTED]">
  +        (<link href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1610";>
  +        Bug #1610</link>). Corrected handling of multi-line text in
  +        <code>AssertUtils.getResponseAsString()</code> which was not handling
  +        correctly line terminators (they were skipped).
  +      </action>
  +    </release>
  +
       <release version="1.0" date="May 2 2001">
         <action dev="VMA" type="fix" due-to="Arun Katkere" 
due-to-email="[EMAIL PROTECTED]">
  -        Applied patch from Arun Katkere in order to prevent the
  -        "connexion reset by peer" error message that may appear in Tomcat when
  -        the connection is broken without reading the requested URL by the
  +        (<link href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1582";>
  +        Bug #1582</link>). Applied patch from Arun Katkere in order to prevent
  +        the "connexion reset by peer" error message that may appear in Tomcat
  +        when the connection is broken without reading the requested URL by the
           custom Ant tasks to start and stop a server.
         </action>
         <action dev="VMA" type="add">
  
  
  

Reply via email to