User: peter   
  Date: 01/01/07 15:14:41

  Modified:    src/main/org/jboss/test/hello/util HelloUtil.java
  Log:
  Trying to get JAAS to work within test suite.
  
  Revision  Changes    Path
  1.2       +9 -6      jbosstest/src/main/org/jboss/test/hello/util/HelloUtil.java
  
  Index: HelloUtil.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbosstest/src/main/org/jboss/test/hello/util/HelloUtil.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- HelloUtil.java    2000/06/21 15:52:37     1.1
  +++ HelloUtil.java    2001/01/07 23:14:40     1.2
  @@ -10,8 +10,8 @@
   /**
    *      
    *   @see <related>
  - *   @author $Author: oberg $
  - *   @version $Revision: 1.1 $
  + *   @author $Author: peter $
  + *   @version $Revision: 1.2 $
    */
   public class HelloUtil
   {
  @@ -37,13 +37,16 @@
   }
   
   /*
  - *   $Id: HelloUtil.java,v 1.1 2000/06/21 15:52:37 oberg Exp $
  + *   $Id: HelloUtil.java,v 1.2 2001/01/07 23:14:40 peter Exp $
    *   Currently locked by:$Locker:  $
    *   Revision:
    *   $Log: HelloUtil.java,v $
  - *   Revision 1.1  2000/06/21 15:52:37  oberg
  - *   Initial revision
  + *   Revision 1.2  2001/01/07 23:14:40  peter
  + *   Trying to get JAAS to work within test suite.
    *
  + *   Revision 1.1.1.1  2000/06/21 15:52:37  oberg
  + *   Initial import of jBoss test. This module contains CTS tests, some simple 
examples, and small bean suites.
    *
  + *
    *  
  - */
  \ No newline at end of file
  + */
  
  
  

Reply via email to