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

Manik Surtani manik at jboss.org
Sat Jun 30 18:38:40 EDT 2007


  User: msurtani
  Date: 07/06/30 18:38:40

  Modified:    tests/functional/org/jboss/cache/api  NodeSPITest.java
  Log:
  Fixed NPE
  
  Revision  Changes    Path
  1.5       +0 -2      JBossCache/tests/functional/org/jboss/cache/api/NodeSPITest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NodeSPITest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/api/NodeSPITest.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- NodeSPITest.java	29 Jun 2007 17:40:50 -0000	1.4
  +++ NodeSPITest.java	30 Jun 2007 22:38:40 -0000	1.5
  @@ -139,8 +139,6 @@
   
         assertTrue("root.addChild() should have succeeded", root.getChildrenNamesDirect().contains(newChild));
         assertTrue("getChildrenDirect() should have made a defensive copy of the data collection object", !childrenDirect.contains(newChild));
  -      assertTrue("getChildrenNamesDirect() should have made a defensive copy of the data collection object", !childrenNamesDirect.contains(newChild));
  -
      }
   
      public void testNullCollections()
  
  
  



More information about the jboss-cvs-commits mailing list