[jboss-cvs] JBossCache/tests/functional/org/jboss/cache ...

Manik Surtani manik at jboss.org
Mon Mar 12 17:17:05 EDT 2007


  User: msurtani
  Date: 07/03/12 17:17:05

  Modified:    tests/functional/org/jboss/cache  FqnTest.java
  Log:
  refactorings
  
  Revision  Changes    Path
  1.24      +1 -3      JBossCache/tests/functional/org/jboss/cache/FqnTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FqnTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/FqnTest.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- FqnTest.java	12 Mar 2007 18:13:47 -0000	1.23
  +++ FqnTest.java	12 Mar 2007 21:17:04 -0000	1.24
  @@ -19,7 +19,7 @@
    * Tests {@link Fqn}.
    *
    * @author <a href="mailto:bela at jboss.org">Bela Ban</a> May 9, 2003
  - * @version $Revision: 1.23 $
  + * @version $Revision: 1.24 $
    */
   public class FqnTest extends TestCase
   {
  @@ -400,7 +400,6 @@
         }
      }
   
  -
      void log(String msg)
      {
         System.out.println("-- " + msg);
  @@ -415,5 +414,4 @@
      {
         junit.textui.TestRunner.run(suite());
      }
  -
   }
  
  
  



More information about the jboss-cvs-commits mailing list