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

Manik Surtani msurtani at jboss.com
Wed Dec 6 11:29:45 EST 2006


  User: msurtani
  Date: 06/12/06 11:29:45

  Modified:    tests/functional/org/jboss/cache/optimistic  Tag:
                        Branch_JBossCache_1_4_0 RemoveBeforeCreateTest.java
  Log:
  JBCACHE-894
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +0 -24     JBossCache/tests/functional/org/jboss/cache/optimistic/RemoveBeforeCreateTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RemoveBeforeCreateTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/optimistic/RemoveBeforeCreateTest.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -b -r1.1.2.1 -r1.1.2.2
  --- RemoveBeforeCreateTest.java	6 Dec 2006 16:00:14 -0000	1.1.2.1
  +++ RemoveBeforeCreateTest.java	6 Dec 2006 16:29:45 -0000	1.1.2.2
  @@ -75,28 +75,4 @@
         assertNull(c[1].get(f));
      }
   
  -   public void testCCEOnPrepare() throws Exception
  -   {
  -      Fqn f = Fqn.fromString("/test");
  -
  -      try
  -      {
  -         t.begin();
  -         c[0].remove(f);
  -
  -         // should NOT barf!!!
  -         t.commit();
  -      }
  -      catch (Exception e)
  -      {
  -         e.printStackTrace();
  -         System.out.println("***** Expected *****");
  -      }
  -
  -      t.begin();
  -      c[0].put(f, "key", "value");
  -      t.commit();
  -   }
  -  
  -
   }
  
  
  



More information about the jboss-cvs-commits mailing list