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

Brian Stansberry brian.stansberry at jboss.com
Fri Nov 3 16:20:07 EST 2006


  User: bstansberry
  Date: 06/11/03 16:20:07

  Modified:    tests/functional/org/jboss/cache/multiplexer  Tag:
                        Branch_JBossCache_1_4_0 StateTransferTest.java
  Log:
  Tidy up muxHelper
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +3 -0      JBossCache/tests/functional/org/jboss/cache/multiplexer/Attic/StateTransferTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: StateTransferTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/multiplexer/Attic/StateTransferTest.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -b -r1.1.2.1 -r1.1.2.2
  --- StateTransferTest.java	3 Nov 2006 18:56:22 -0000	1.1.2.1
  +++ StateTransferTest.java	3 Nov 2006 21:20:07 -0000	1.1.2.2
  @@ -23,7 +23,10 @@
         finally
         {
            if (muxHelper != null)
  +         {
               muxHelper.tearDown();
  +            muxHelper = null;
  +         }
         }
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list