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

Gavin King gavin.king at jboss.com
Thu Nov 16 20:14:31 EST 2006


  User: gavin   
  Date: 06/11/16 20:14:31

  Modified:    src/test/misc/org/jboss/seam/test  PhaseListenerTest.java
  Log:
  fix test
  
  Revision  Changes    Path
  1.28      +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.27
  retrieving revision 1.28
  diff -u -b -r1.27 -r1.28
  --- PhaseListenerTest.java	10 Nov 2006 19:07:01 -0000	1.27
  +++ PhaseListenerTest.java	17 Nov 2006 01:14:31 -0000	1.28
  @@ -1,4 +1,4 @@
  -//$Id: PhaseListenerTest.java,v 1.27 2006/11/10 19:07:01 gavin Exp $
  +//$Id: PhaseListenerTest.java,v 1.28 2006/11/17 01:14:31 gavin Exp $
   package org.jboss.seam.test;
   
   import java.util.ArrayList;
  @@ -19,6 +19,7 @@
   import org.jboss.seam.contexts.WebSessionContext;
   import org.jboss.seam.core.Conversation;
   import org.jboss.seam.core.ConversationEntries;
  +import org.jboss.seam.core.Events;
   import org.jboss.seam.core.FacesMessages;
   import org.jboss.seam.core.FacesPage;
   import org.jboss.seam.core.Init;
  @@ -45,6 +46,7 @@
         installComponent(appContext, Conversation.class);
         installComponent(appContext, FacesMessages.class);
         installComponent(appContext, Pages.class);
  +      installComponent(appContext, Events.class);
      }
      
      private void installComponent(Context appContext, Class clazz)
  
  
  



More information about the jboss-cvs-commits mailing list