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

Elias Ross genman at noderunner.net
Sun Nov 19 22:53:56 EST 2006


  User: genman  
  Date: 06/11/19 22:53:56

  Modified:    tests/functional/org/jboss/cache/buddyreplication 
                        BuddyReplicationContentTest.java
  Log:
  JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well
  
  Revision  Changes    Path
  1.13      +1 -1      JBossCache/tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationContentTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BuddyReplicationContentTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationContentTest.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- BuddyReplicationContentTest.java	20 Sep 2006 14:45:33 -0000	1.12
  +++ BuddyReplicationContentTest.java	20 Nov 2006 03:53:56 -0000	1.13
  @@ -31,7 +31,7 @@
   
      private void assertNoStaleLocks(TreeCache cache)
      {
  -      assertEquals("Number of locks in cache instance " + cache + " should be 0", 0, cache.getNumberOfLocksHeld());
  +      assertEquals("Number of locks in cache instance " + cache.toString(true) + " should be 0", 0, cache.getNumberOfLocksHeld());
      }
      
      protected void setUp() throws Exception
  
  
  



More information about the jboss-cvs-commits mailing list