You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ha...@apache.org on 2003/09/27 18:24:16 UTC

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

harishkswamy    2003/09/27 09:24:16

  Modified:    junit/src/org/apache/tapestry/junit/valid ValidSuite.java
  Log:
  Added TestPatternValidator to the suite.
  
  Revision  Changes    Path
  1.3       +2 -4      jakarta-tapestry/junit/src/org/apache/tapestry/junit/valid/ValidSuite.java
  
  Index: ValidSuite.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/junit/src/org/apache/tapestry/junit/valid/ValidSuite.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ValidSuite.java	18 Apr 2003 16:14:25 -0000	1.2
  +++ ValidSuite.java	27 Sep 2003 16:24:16 -0000	1.3
  @@ -69,10 +69,8 @@
   
   public class ValidSuite
   {
  -
       public static Test suite()
       {
  -
           TestSuite suite = new TestSuite("ValidField Suite");
   
           suite.addTest(new TestSuite(TestStringValidator.class));
  @@ -80,9 +78,9 @@
           suite.addTest(new TestSuite(TestNumberValidator.class));
           suite.addTest(new TestSuite(TestValidationDelegate.class));
           suite.addTest(new TestSuite(TestEmailValidator.class));
  +        suite.addTest(new TestSuite(TestPatternValidator.class));
   
           return suite;
  -
       }
   
   }
  
  
  

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