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

Manik Surtani manik at jboss.org
Thu Mar 15 11:37:58 EDT 2007


  User: msurtani
  Date: 07/03/15 11:37:58

  Modified:    tests/functional/org/jboss/cache/optimistic    Tag:
                        Branch_JBossCache_1_4_0
                        NodeInterceptorRemoveNodeTest.java
                        NodeInterceptorRemoveDataTest.java
                        NodeInterceptorRemoveKeyValTest.java
  Log:
  Updated tests
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.8.4.2   +1 -1      JBossCache/tests/functional/org/jboss/cache/optimistic/NodeInterceptorRemoveNodeTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NodeInterceptorRemoveNodeTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/optimistic/NodeInterceptorRemoveNodeTest.java,v
  retrieving revision 1.8.4.1
  retrieving revision 1.8.4.2
  diff -u -b -r1.8.4.1 -r1.8.4.2
  --- NodeInterceptorRemoveNodeTest.java	7 Mar 2007 22:46:29 -0000	1.8.4.1
  +++ NodeInterceptorRemoveNodeTest.java	15 Mar 2007 15:37:58 -0000	1.8.4.2
  @@ -77,7 +77,7 @@
           assertEquals(0, workspace.getNodes().size());
   
           assertTrue(entry.getLocks().isEmpty());
  -        assertEquals(1, entry.getModifications().size());
  +        assertEquals(0, entry.getModifications().size());
           assertTrue(!cache.exists("/one/two"));
           assertEquals(null, dummy.getCalled());
   
  
  
  
  1.7.4.1   +1 -1      JBossCache/tests/functional/org/jboss/cache/optimistic/NodeInterceptorRemoveDataTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NodeInterceptorRemoveDataTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/optimistic/NodeInterceptorRemoveDataTest.java,v
  retrieving revision 1.7
  retrieving revision 1.7.4.1
  diff -u -b -r1.7 -r1.7.4.1
  --- NodeInterceptorRemoveDataTest.java	26 Jan 2006 20:36:29 -0000	1.7
  +++ NodeInterceptorRemoveDataTest.java	15 Mar 2007 15:37:58 -0000	1.7.4.1
  @@ -71,7 +71,7 @@
           assertEquals(0, workspace.getNodes().size());
           assertNull(workspace.getNode(Fqn.fromString("/one/two")));
           assertTrue(entry.getLocks().isEmpty());
  -        assertEquals(1, entry.getModifications().size());
  +        assertEquals(0, entry.getModifications().size());
           assertTrue(!cache.exists("/one/two"));
           assertEquals(null, dummy.getCalled());
           cache.stopService();
  
  
  
  1.6.4.1   +1 -1      JBossCache/tests/functional/org/jboss/cache/optimistic/NodeInterceptorRemoveKeyValTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NodeInterceptorRemoveKeyValTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/optimistic/NodeInterceptorRemoveKeyValTest.java,v
  retrieving revision 1.6
  retrieving revision 1.6.4.1
  diff -u -b -r1.6 -r1.6.4.1
  --- NodeInterceptorRemoveKeyValTest.java	26 Jan 2006 20:36:29 -0000	1.6
  +++ NodeInterceptorRemoveKeyValTest.java	15 Mar 2007 15:37:58 -0000	1.6.4.1
  @@ -78,7 +78,7 @@
           assertEquals(0, workspace.getNodes().size());
           assertNull(workspace.getNode(Fqn.fromString("/one/two")));
           assertTrue(entry.getLocks().isEmpty());
  -        assertEquals(1, entry.getModifications().size());
  +        assertEquals(0, entry.getModifications().size());
           assertTrue(!cache.exists("/one/two"));
           assertEquals(null, dummy.getCalled());
           cache.stopService();
  
  
  



More information about the jboss-cvs-commits mailing list