[jboss-cvs] jboss-seam/examples/registration/src/org/jboss/seam/example/registration/test ...

Gavin King gavin.king at jboss.com
Fri Oct 27 10:04:45 EDT 2006


  User: gavin   
  Date: 06/10/27 10:04:45

  Modified:    examples/registration/src/org/jboss/seam/example/registration/test 
                        RegisterTest.java
  Log:
  minor
  
  Revision  Changes    Path
  1.10      +2 -1      jboss-seam/examples/registration/src/org/jboss/seam/example/registration/test/RegisterTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RegisterTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/registration/src/org/jboss/seam/example/registration/test/RegisterTest.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- RegisterTest.java	26 Oct 2006 21:16:28 -0000	1.9
  +++ RegisterTest.java	27 Oct 2006 14:04:45 -0000	1.10
  @@ -1,4 +1,4 @@
  -//$Id: RegisterTest.java,v 1.9 2006/10/26 21:16:28 gavin Exp $
  +//$Id: RegisterTest.java,v 1.10 2006/10/27 14:04:45 gavin Exp $
   package org.jboss.seam.example.registration.test;
   
   import javax.faces.context.FacesContext;
  @@ -21,6 +21,7 @@
               validateValue("#{user.username}", "1ovthafew");
               validateValue("#{user.name}", "Gavin King");
               validateValue("#{user.password}", "secret");
  +            assert !isValidationFailure();
            }
            
            @Override
  
  
  



More information about the jboss-cvs-commits mailing list