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

Manik Surtani msurtani at jboss.com
Wed Sep 20 12:28:58 EDT 2006


  User: msurtani
  Date: 06/09/20 12:28:58

  Modified:    tests/functional/org/jboss/cache/optimistic 
                        OptimisticCreateIfNotExistsInterceptorTest.java
  Log:
  Fixed moving with optlocking
  
  Revision  Changes    Path
  1.12      +0 -1      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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- OptimisticCreateIfNotExistsInterceptorTest.java	6 Sep 2006 15:30:58 -0000	1.11
  +++ OptimisticCreateIfNotExistsInterceptorTest.java	20 Sep 2006 16:28:58 -0000	1.12
  @@ -140,7 +140,6 @@
         }
         catch (Throwable t)
         {
  -         t.printStackTrace();
            assertTrue(true);
         }
   
  
  
  



More information about the jboss-cvs-commits mailing list