[jboss-cvs] jboss-seam/src/main/org/jboss/seam/mock ...

Gavin King gavin.king at jboss.com
Thu Feb 22 22:34:16 EST 2007


  User: gavin   
  Date: 07/02/22 22:34:16

  Modified:    src/main/org/jboss/seam/mock  MockHttpServletRequest.java
  Log:
  fix test
  
  Revision  Changes    Path
  1.14      +2 -3      jboss-seam/src/main/org/jboss/seam/mock/MockHttpServletRequest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MockHttpServletRequest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/mock/MockHttpServletRequest.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- MockHttpServletRequest.java	12 Feb 2007 14:19:27 -0000	1.13
  +++ MockHttpServletRequest.java	23 Feb 2007 03:34:16 -0000	1.14
  @@ -27,7 +27,7 @@
   /**
    * @author Gavin King
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.13 $
  + * @version $Revision: 1.14 $
    */
   public class MockHttpServletRequest implements HttpServletRequest
   {
  @@ -171,8 +171,7 @@
   
      public StringBuffer getRequestURL()
      {
  -      //TODO
  -      return null;
  +      return new StringBuffer("http://localhost:8080/myproject/page.seam");
      }
   
      public String getServletPath()
  
  
  



More information about the jboss-cvs-commits mailing list