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 2004/01/25 13:06:07 UTC

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

vmassol     2004/01/25 04:06:07

  Modified:    samples/servlet/src/test-cactus/share/org/apache/cactus/sample/servlet/unit
                        TestSetURL.java
  Log:
  I had forgotten to remove this extra throws that I was using while debugging...
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-cactus/samples/servlet/src/test-cactus/share/org/apache/cactus/sample/servlet/unit/TestSetURL.java
  
  Index: TestSetURL.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/samples/servlet/src/test-cactus/share/org/apache/cactus/sample/servlet/unit/TestSetURL.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestSetURL.java	25 Jan 2004 11:28:53 -0000	1.2
  +++ TestSetURL.java	25 Jan 2004 12:06:07 -0000	1.3
  @@ -85,7 +85,7 @@
        * Verify that we can simulate the basic parts of the URL : server name,
        * default server port of 80, no servlet context, servlet path.
        */
  -    public void testSimulatedURLBasics() throws Exception
  +    public void testSimulatedURLBasics()
       {
           assertEquals("/test/test.jsp", request.getRequestURI());
           assertEquals("http://jakarta.apache.org:80/test/test.jsp", 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org