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

Gavin King gavin.king at jboss.com
Thu Jun 28 20:41:37 EDT 2007


  User: gavin   
  Date: 07/06/28 20:41:37

  Modified:    src/main/org/jboss/seam/mock     MockHttpServletRequest.java
                        MockHttpSession.java MockServletContext.java
  Removed:     src/main/org/jboss/seam/mock     IteratorEnumeration.java
  Log:
  JBSEAM-1571
  
  Revision  Changes    Path
  1.18      +3 -1      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.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- MockHttpServletRequest.java	25 Jun 2007 21:02:55 -0000	1.17
  +++ MockHttpServletRequest.java	29 Jun 2007 00:41:37 -0000	1.18
  @@ -24,10 +24,12 @@
   import javax.servlet.http.HttpServletRequest;
   import javax.servlet.http.HttpSession;
   
  +import org.jboss.seam.util.IteratorEnumeration;
  +
   /**
    * @author Gavin King
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.17 $
  + * @version $Revision: 1.18 $
    */
   public class MockHttpServletRequest implements HttpServletRequest
   {
  
  
  
  1.11      +3 -1      jboss-seam/src/main/org/jboss/seam/mock/MockHttpSession.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MockHttpSession.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/mock/MockHttpSession.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- MockHttpSession.java	25 Jun 2007 21:02:55 -0000	1.10
  +++ MockHttpSession.java	29 Jun 2007 00:41:37 -0000	1.11
  @@ -14,10 +14,12 @@
   import javax.servlet.http.HttpSession;
   import javax.servlet.http.HttpSessionContext;
   
  +import org.jboss.seam.util.IteratorEnumeration;
  +
   /**
    * @author Gavin King
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.10 $
  + * @version $Revision: 1.11 $
    */
   @SuppressWarnings("deprecation")
   public class MockHttpSession implements HttpSession
  
  
  
  1.9       +3 -1      jboss-seam/src/main/org/jboss/seam/mock/MockServletContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MockServletContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/mock/MockServletContext.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- MockServletContext.java	10 Jun 2007 20:39:48 -0000	1.8
  +++ MockServletContext.java	29 Jun 2007 00:41:37 -0000	1.9
  @@ -1,4 +1,4 @@
  -//$Id: MockServletContext.java,v 1.8 2007/06/10 20:39:48 gavin Exp $
  +//$Id: MockServletContext.java,v 1.9 2007/06/29 00:41:37 gavin Exp $
   package org.jboss.seam.mock;
   
   import java.io.File;
  @@ -17,6 +17,8 @@
   import javax.servlet.ServletContext;
   import javax.servlet.ServletException;
   
  +import org.jboss.seam.util.IteratorEnumeration;
  +
   public class MockServletContext implements ServletContext
   {
   
  
  
  



More information about the jboss-cvs-commits mailing list