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

Gavin King gavin.king at jboss.com
Wed Jun 13 12:43:04 EDT 2007


  User: gavin   
  Date: 07/06/13 12:43:04

  Modified:    src/test/misc/org/jboss/seam/test  PhaseListenerTest.java
  Log:
  good start on JBSEAM-116 (finally)
  
  Revision  Changes    Path
  1.35      +3 -1      jboss-seam/src/test/misc/org/jboss/seam/test/PhaseListenerTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PhaseListenerTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/test/misc/org/jboss/seam/test/PhaseListenerTest.java,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -b -r1.34 -r1.35
  --- PhaseListenerTest.java	10 Jun 2007 19:40:28 -0000	1.34
  +++ PhaseListenerTest.java	13 Jun 2007 16:43:04 -0000	1.35
  @@ -1,4 +1,4 @@
  -//$Id: PhaseListenerTest.java,v 1.34 2007/06/10 19:40:28 gavin Exp $
  +//$Id: PhaseListenerTest.java,v 1.35 2007/06/13 16:43:04 gavin Exp $
   package org.jboss.seam.test;
   
   import java.util.ArrayList;
  @@ -19,6 +19,7 @@
   import org.jboss.seam.contexts.SessionContext;
   import org.jboss.seam.core.Conversation;
   import org.jboss.seam.core.ConversationEntries;
  +import org.jboss.seam.core.ConversationPropagation;
   import org.jboss.seam.core.Events;
   import org.jboss.seam.core.FacesMessages;
   import org.jboss.seam.core.FacesPage;
  @@ -51,6 +52,7 @@
         installComponent(appContext, Events.class);
         installComponent(appContext, Validation.class);
         installComponent(appContext, ServletSession.class);
  +      installComponent(appContext, ConversationPropagation.class);
      }
      
      private void installComponent(Context appContext, Class clazz)
  
  
  



More information about the jboss-cvs-commits mailing list