[jboss-cvs] jboss-seam/src/test/misc/org/jboss/seam/test ...

Gavin King gavin.king at jboss.com
Wed Jul 12 16:44:56 EDT 2006


  User: gavin   
  Date: 06/07/12 16:44:55

  Modified:    src/test/misc/org/jboss/seam/test  InterceptorTest.java
  Log:
  added beforeRedirect to @End
  
  Revision  Changes    Path
  1.23      +2 -2      jboss-seam/src/test/misc/org/jboss/seam/test/InterceptorTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InterceptorTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/test/misc/org/jboss/seam/test/InterceptorTest.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- InterceptorTest.java	1 Jul 2006 12:18:07 -0000	1.22
  +++ InterceptorTest.java	12 Jul 2006 20:44:55 -0000	1.23
  @@ -1,4 +1,4 @@
  -//$Id: InterceptorTest.java,v 1.22 2006/07/01 12:18:07 gavin Exp $
  +//$Id: InterceptorTest.java,v 1.23 2006/07/12 20:44:55 gavin Exp $
   package org.jboss.seam.test;
   
   import java.lang.reflect.Method;
  @@ -513,7 +513,7 @@
            }
         });
         
  -      Manager.instance().endConversation();
  +      Manager.instance().endConversation(false);
         
         //assert !Manager.instance().isLongRunningConversation();
         assert "ended".equals(result);
  
  
  



More information about the jboss-cvs-commits mailing list