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

Manik Surtani msurtani at jboss.com
Sat Dec 30 21:08:40 EST 2006


  User: msurtani
  Date: 06/12/30 21:08:40

  Modified:    tests/functional/org/jboss/cache/options/cachemodelocal 
                        CacheModeLocalTestBase.java
  Log:
  Updates to tests to go along with changes in node methods
  
  Revision  Changes    Path
  1.9       +1 -1      JBossCache/tests/functional/org/jboss/cache/options/cachemodelocal/CacheModeLocalTestBase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheModeLocalTestBase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/options/cachemodelocal/CacheModeLocalTestBase.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- CacheModeLocalTestBase.java	30 Dec 2006 17:50:01 -0000	1.8
  +++ CacheModeLocalTestBase.java	31 Dec 2006 02:08:39 -0000	1.9
  @@ -195,7 +195,7 @@
            Assert.assertEquals("value", cache2.get(fqn, key));
   
         cache1.getInvocationContext().getOptionOverrides().setCacheModeLocal(true);
  -      cache1.remove(fqn);
  +      cache1.removeNode(fqn);
         delay();
   
         // should be removed in cache1
  
  
  



More information about the jboss-cvs-commits mailing list