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

Manik Surtani msurtani at jboss.com
Mon Jan 1 17:12:20 EST 2007


  User: msurtani
  Date: 07/01/01 17:12:20

  Modified:    tests/functional/org/jboss/cache/optimistic 
                        ComparatorTest.java
  Log:
  - FqnComparator should not be in the optimistic subpackage
  - Fixed move() related issues
  
  Revision  Changes    Path
  1.8       +1 -0      JBossCache/tests/functional/org/jboss/cache/optimistic/ComparatorTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ComparatorTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/optimistic/ComparatorTest.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- ComparatorTest.java	30 Dec 2006 19:48:48 -0000	1.7
  +++ ComparatorTest.java	1 Jan 2007 22:12:20 -0000	1.8
  @@ -2,6 +2,7 @@
   
   import junit.framework.TestCase;
   import org.jboss.cache.Fqn;
  +import org.jboss.cache.FqnComparator;
   
   import java.util.ArrayList;
   import java.util.List;
  
  
  



More information about the jboss-cvs-commits mailing list