You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2005/08/14 16:35:40 UTC

cvs commit: jakarta-tapestry/framework/src/test/org/apache/tapestry/form MockDelegate.java

hlship      2005/08/14 07:35:40

  Modified:    framework/src/test/org/apache/tapestry/form
                        MockDelegate.java
  Log:
  TAPESTRY-549: Method clearErrors() of IValidationDelegate is missing in 4.0
  
  Revision  Changes    Path
  1.3       +4 -0      jakarta-tapestry/framework/src/test/org/apache/tapestry/form/MockDelegate.java
  
  Index: MockDelegate.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/test/org/apache/tapestry/form/MockDelegate.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MockDelegate.java	21 Jul 2005 13:17:56 -0000	1.2
  +++ MockDelegate.java	14 Aug 2005 14:35:40 -0000	1.3
  @@ -151,4 +151,8 @@
           return null;
       }
   
  +    public void clearErrors()
  +    {
  +    }
  +
   }
  
  
  

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