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

Brian Stansberry brian.stansberry at jboss.com
Fri Aug 11 15:58:47 EDT 2006


  User: bstansberry
  Date: 06/08/11 15:58:47

  Modified:    tests/functional/org/jboss/cache/statetransfer  Tag:
                        Branch_JBossCache_1_4_0 StateTransfer140Test.java
  Log:
  Fix the key we check
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.1   +1 -1      JBossCache/tests/functional/org/jboss/cache/statetransfer/Attic/StateTransfer140Test.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: StateTransfer140Test.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/statetransfer/Attic/StateTransfer140Test.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -b -r1.6 -r1.6.2.1
  --- StateTransfer140Test.java	27 Apr 2006 06:56:13 -0000	1.6
  +++ StateTransfer140Test.java	11 Aug 2006 19:58:47 -0000	1.6.2.1
  @@ -51,7 +51,7 @@
         // Pause to give caches time to see each other
         TestingUtil.blockUntilViewsReceived(new TreeCacheMBean[] { cache1, cache2 }, 60000);
         
  -      assertNull("_buddy_backup_ not transferred", cache2.get(backup, "test"));
  +      assertNull("_buddy_backup_ not transferred", cache2.get(backup, "name"));
         assertEquals("Correct age for /a/b", TWENTY, cache2.get("/a/b", "age"));
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list