You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/03/19 11:41:44 UTC

cvs commit: jakarta-cactus/sample-servlet/src/unit/share/org/apache/cactus/unit TestServletTestCase2.java

vmassol     02/03/19 02:41:44

  Modified:    sample-servlet/src/unit/share/org/apache/cactus/unit
                        TestServletTestCase2.java
  Log:
  formatting
  
  Revision  Changes    Path
  1.2       +3 -3      jakarta-cactus/sample-servlet/src/unit/share/org/apache/cactus/unit/TestServletTestCase2.java
  
  Index: TestServletTestCase2.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/src/unit/share/org/apache/cactus/unit/TestServletTestCase2.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestServletTestCase2.java	10 Mar 2002 14:26:04 -0000	1.1
  +++ TestServletTestCase2.java	19 Mar 2002 10:41:44 -0000	1.2
  @@ -86,7 +86,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: TestServletTestCase2.java,v 1.1 2002/03/10 14:26:04 vmassol Exp $
  + * @version $Id: TestServletTestCase2.java,v 1.2 2002/03/19 10:41:44 vmassol Exp $
    */
   public class TestServletTestCase2 extends ServletTestCase
   {
  @@ -433,8 +433,8 @@
        *
        * @param theResponse the response from the server side.
        */
  -    public void endGetRequestDispatcherFromNamedDispatcherOK(WebResponse theResponse)
  -        throws IOException
  +    public void endGetRequestDispatcherFromNamedDispatcherOK(
  +        WebResponse theResponse) throws IOException
       {
           String result = theResponse.getText();
           assertTrue("Page not found, got [" + result + "]",
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>