You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ds...@apache.org on 2003/09/09 23:57:26 UTC

cvs commit: jakarta-tapestry/junit/src/org/apache/tapestry/junit MockPage.java

dsolis      2003/09/09 14:57:26

  Modified:    junit/src/org/apache/tapestry/junit MockPage.java
  Log:
  emove unused imports
  
  Revision  Changes    Path
  1.10      +1 -3      jakarta-tapestry/junit/src/org/apache/tapestry/junit/MockPage.java
  
  Index: MockPage.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/junit/src/org/apache/tapestry/junit/MockPage.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- MockPage.java	6 Aug 2003 03:04:11 -0000	1.9
  +++ MockPage.java	9 Sep 2003 21:57:26 -0000	1.10
  @@ -70,7 +70,6 @@
   import org.apache.tapestry.IPage;
   import org.apache.tapestry.IRender;
   import org.apache.tapestry.IRequestCycle;
  -import org.apache.tapestry.IResourceResolver;
   import org.apache.tapestry.engine.IPageLoader;
   import org.apache.tapestry.event.ChangeObserver;
   import org.apache.tapestry.event.PageDetachListener;
  @@ -78,7 +77,6 @@
   import org.apache.tapestry.event.PageValidateListener;
   import org.apache.tapestry.spec.BaseLocatable;
   import org.apache.tapestry.spec.IComponentSpecification;
  -import org.apache.tapestry.util.prop.OgnlUtils;
   
   /**
    *  Fake implementation of {@link IPage} used during unit testing.
  
  
  

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