You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2002/04/04 01:48:33 UTC

cvs commit: jakarta-avalon-excalibur/fortress/src/test/org/apache/avalon/excalibur/fortress/util/test ConfigurableRoleManagerTestCase.java ExcaliburRoleManagerTestCase.java

bloritsch    02/04/03 15:48:33

  Modified:    fortress/src/test/org/apache/avalon/excalibur/fortress/util/test
                        ConfigurableRoleManagerTestCase.java
                        ExcaliburRoleManagerTestCase.java
  Log:
  update tests of fortress package
  
  Revision  Changes    Path
  1.5       +3 -3      jakarta-avalon-excalibur/fortress/src/test/org/apache/avalon/excalibur/fortress/util/test/ConfigurableRoleManagerTestCase.java
  
  Index: ConfigurableRoleManagerTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/src/test/org/apache/avalon/excalibur/fortress/util/test/ConfigurableRoleManagerTestCase.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ConfigurableRoleManagerTestCase.java	24 Mar 2002 09:56:42 -0000	1.4
  +++ ConfigurableRoleManagerTestCase.java	3 Apr 2002 23:48:33 -0000	1.5
  @@ -5,10 +5,10 @@
    * version 1.1, a copy of which has been included  with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.system.util.test;
  +package org.apache.avalon.excalibur.fortress.util.test;
   
   import junit.framework.TestCase;
  -import org.apache.avalon.excalibur.system.util.ConfigurableRoleManager;
  +import org.apache.avalon.excalibur.fortress.util.ConfigurableRoleManager;
   import org.apache.avalon.framework.configuration.DefaultConfigurationBuilder;
   
   /**
  @@ -17,7 +17,7 @@
    * in the org.apache.avalon.component package.
    *
    * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
  - * @version CVS $Revision: 1.4 $ $Date: 2002/03/24 09:56:42 $
  + * @version CVS $Revision: 1.5 $ $Date: 2002/04/03 23:48:33 $
    * @since 4.1
    */
   public class ConfigurableRoleManagerTestCase
  
  
  
  1.4       +3 -3      jakarta-avalon-excalibur/fortress/src/test/org/apache/avalon/excalibur/fortress/util/test/ExcaliburRoleManagerTestCase.java
  
  Index: ExcaliburRoleManagerTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/src/test/org/apache/avalon/excalibur/fortress/util/test/ExcaliburRoleManagerTestCase.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ExcaliburRoleManagerTestCase.java	16 Mar 2002 00:05:51 -0000	1.3
  +++ ExcaliburRoleManagerTestCase.java	3 Apr 2002 23:48:33 -0000	1.4
  @@ -5,10 +5,10 @@
    * version 1.1, a copy of which has been included  with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.system.util.test;
  +package org.apache.avalon.excalibur.fortress.util.test;
   
   import junit.framework.TestCase;
  -import org.apache.avalon.excalibur.system.util.ExcaliburRoleManager;
  +import org.apache.avalon.excalibur.fortress.util.ExcaliburRoleManager;
   
   /**
    * Configurable RoleManager implementation.  It populates the RoleManager
  @@ -16,7 +16,7 @@
    * in the org.apache.avalon.component package.
    *
    * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
  - * @version CVS $Revision: 1.3 $ $Date: 2002/03/16 00:05:51 $
  + * @version CVS $Revision: 1.4 $ $Date: 2002/04/03 23:48:33 $
    * @since 4.1
    */
   public class ExcaliburRoleManagerTestCase
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>