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

Gavin King gavin.king at jboss.com
Wed Oct 25 19:32:47 EDT 2006


  User: gavin   
  Date: 06/10/25 19:32:47

  Modified:    examples/registration/src/org/jboss/seam/example/registration/test 
                        RegisterTest.java
  Log:
  use new test harness
  
  Revision  Changes    Path
  1.6       +2 -2      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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- RegisterTest.java	25 Oct 2006 16:06:01 -0000	1.5
  +++ RegisterTest.java	25 Oct 2006 23:32:47 -0000	1.6
  @@ -1,4 +1,4 @@
  -//$Id: RegisterTest.java,v 1.5 2006/10/25 16:06:01 gavin Exp $
  +//$Id: RegisterTest.java,v 1.6 2006/10/25 23:32:47 gavin Exp $
   package org.jboss.seam.example.registration.test;
   
   import org.jboss.seam.Component;
  @@ -14,7 +14,7 @@
      public void testLogin() throws Exception
      {
               
  -      new Script() {
  +      new FacesRequest() {
   
            @Override
            protected void updateModelValues() throws Exception
  
  
  



More information about the jboss-cvs-commits mailing list