User: starksm 
  Date: 01/04/18 12:48:28

  Modified:    src/main/org/jboss/test/idgen/interfaces IdCounterHome.java
  Log:
  Try to clean up out of date JUnit tests.
  Add additional naming tests
  
  Revision  Changes    Path
  1.2       +3 -3      
jbosstest/src/main/org/jboss/test/idgen/interfaces/IdCounterHome.java
  
  Index: IdCounterHome.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/idgen/interfaces/IdCounterHome.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IdCounterHome.java        2000/08/25 13:43:41     1.1
  +++ IdCounterHome.java        2001/04/18 19:48:28     1.2
  @@ -11,15 +11,15 @@
   /**
    *      
    *   @see <related>
  - *   @author $Author: oberg $
  - *   @version $Revision: 1.1 $
  + *   @author $Author: starksm $
  + *   @version $Revision: 1.2 $
    */
   public interface IdCounterHome
      extends EJBHome
   {
      // Constants -----------------------------------------------------
      public static final String COMP_NAME = "java:comp/env/ejb/IdCounter";
  -   public static final String JNDI_NAME = "idgen/IdCounter";
  +   public static final String JNDI_NAME = "IdCounter";
       
      // Attributes ----------------------------------------------------
      
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to