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

Manik Surtani manik at jboss.org
Wed Jun 20 08:14:12 EDT 2007


  User: msurtani
  Date: 07/06/20 08:14:12

  Modified:    tests/functional/org/jboss/cache/buddyreplication 
                        BuddyReplicationTestsBase.java
  Log:
  null chk
  
  Revision  Changes    Path
  1.52      +1 -1      JBossCache/tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationTestsBase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BuddyReplicationTestsBase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationTestsBase.java,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -b -r1.51 -r1.52
  --- BuddyReplicationTestsBase.java	20 Jun 2007 02:10:41 -0000	1.51
  +++ BuddyReplicationTestsBase.java	20 Jun 2007 12:14:12 -0000	1.52
  @@ -46,7 +46,7 @@
            // is NOT necessary in live systems since each cache would typically be in a separate JVM.
            for (CacheImpl c : caches)
            {
  -            c.getBuddyManager().stop();
  +            if (c != null && c.getBuddyManager() != null) c.getBuddyManager().stop();
            }
   
            for (CacheImpl c : caches)
  
  
  



More information about the jboss-cvs-commits mailing list