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

Manik Surtani msurtani at jboss.com
Wed Jan 3 17:25:13 EST 2007


  User: msurtani
  Date: 07/01/03 17:25:13

  Modified:    tests/functional/org/jboss/cache/optimistic 
                        OptimisticCreateIfNotExistsInterceptorTest.java
  Log:
  fixed broken ut
  
  Revision  Changes    Path
  1.15      +0 -2      JBossCache/tests/functional/org/jboss/cache/optimistic/OptimisticCreateIfNotExistsInterceptorTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: OptimisticCreateIfNotExistsInterceptorTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/optimistic/OptimisticCreateIfNotExistsInterceptorTest.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- OptimisticCreateIfNotExistsInterceptorTest.java	3 Jan 2007 18:19:26 -0000	1.14
  +++ OptimisticCreateIfNotExistsInterceptorTest.java	3 Jan 2007 22:25:12 -0000	1.15
  @@ -138,8 +138,6 @@
         {
            assertTrue(true);
         }
  -
  -      assertEquals(2, listener.getNodesAdded());
         cache.stop();
   
      }
  
  
  



More information about the jboss-cvs-commits mailing list