[jboss-cvs] jbosstest/src/main/org/jboss/test/timer/test ...

Anil Saldhana anil.saldhana at jboss.com
Mon Jul 24 13:31:13 EDT 2006


  User: asaldhana
  Date: 06/07/24 13:31:13

  Modified:    src/main/org/jboss/test/timer/test 
                        SecureTimerUnitTestCase.java
  Log:
  JBAS-3105: Use the AppCallbackHandler from the security module
  
  Revision  Changes    Path
  1.3       +3 -2      jbosstest/src/main/org/jboss/test/timer/test/SecureTimerUnitTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SecureTimerUnitTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/main/org/jboss/test/timer/test/SecureTimerUnitTestCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- SecureTimerUnitTestCase.java	29 Oct 2005 23:42:28 -0000	1.2
  +++ SecureTimerUnitTestCase.java	24 Jul 2006 17:31:13 -0000	1.3
  @@ -30,6 +30,8 @@
   import javax.security.auth.login.LoginContext;
   
   import junit.framework.Test;
  +
  +import org.jboss.security.auth.callback.AppCallbackHandler;
   import org.jboss.test.JBossTestCase;
   import org.jboss.test.timer.interfaces.TimerEntity;
   import org.jboss.test.timer.interfaces.TimerEntityHome;
  @@ -37,7 +39,6 @@
   import org.jboss.test.timer.interfaces.TimerSFSBHome;
   import org.jboss.test.timer.interfaces.TimerSLSB;
   import org.jboss.test.timer.interfaces.TimerSLSBHome;
  -import org.jboss.test.util.AppCallbackHandler;
   
   /**
    * Simple unit tests for the EJB Timer service that uses secured ejbs.
  
  
  



More information about the jboss-cvs-commits mailing list