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

Ben Wang bwang at jboss.com
Tue Jan 2 09:15:32 EST 2007


  User: bwang   
  Date: 07/01/02 09:15:32

  Modified:    tests/functional/org/jboss/cache/api  NodeAPITest.java
  Log:
  Added test case.
  
  Revision  Changes    Path
  1.10      +0 -2      JBossCache/tests/functional/org/jboss/cache/api/NodeAPITest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NodeAPITest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/api/NodeAPITest.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- NodeAPITest.java	2 Jan 2007 13:31:12 -0000	1.9
  +++ NodeAPITest.java	2 Jan 2007 14:15:32 -0000	1.10
  @@ -152,8 +152,6 @@
         assertEquals(4, cache.getNumberOfLocksHeld());
   
         assertEquals("Number of child", 2, cache.getRoot().getChild(A).getChildren().size());
  -      assertEquals("Number of child", 2,
  -              org.jboss.cache.pojo.util.CacheApiUtil.getNodeChildren(cache, A).size());
         tm.commit();
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list