You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by pf...@apache.org on 2005/03/19 01:10:23 UTC

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

pferraro    2005/03/18 16:10:23

  Modified:    junit/src/org/apache/tapestry/junit Tag: branch-3-0
                        MockEngine.java
  Log:
  Adds new IEngine.getResourceChecksumSource() method.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.8.2.1   +6 -1      jakarta-tapestry/junit/src/org/apache/tapestry/junit/Attic/MockEngine.java
  
  Index: MockEngine.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/junit/src/org/apache/tapestry/junit/Attic/MockEngine.java,v
  retrieving revision 1.8
  retrieving revision 1.8.2.1
  diff -u -r1.8 -r1.8.2.1
  --- MockEngine.java	19 Feb 2004 17:37:56 -0000	1.8
  +++ MockEngine.java	19 Mar 2005 00:10:23 -0000	1.8.2.1
  @@ -22,6 +22,7 @@
   import org.apache.tapestry.IEngine;
   import org.apache.tapestry.IRequestCycle;
   import org.apache.tapestry.IResourceResolver;
  +import org.apache.tapestry.asset.ResourceChecksumSource;
   import org.apache.tapestry.engine.IComponentClassEnhancer;
   import org.apache.tapestry.engine.IComponentMessagesSource;
   import org.apache.tapestry.engine.IEngineService;
  @@ -205,4 +206,8 @@
           return "UTF-8";
       }
   
  +    public ResourceChecksumSource getResourceChecksumSource()
  +    {
  +        return null;
  +    }
   }
  
  
  

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