[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/detection/multicast/deadlock ...

Tom Elrod tom.elrod at jboss.com
Sun Jul 23 23:27:31 EDT 2006


  User: telrod  
  Date: 06/07/23 23:27:31

  Modified:    src/tests/org/jboss/test/remoting/detection/multicast/deadlock 
                        MulticastDetectorClient.java
  Log:
  JBREM-553 - need test case client to stop/destroy its connector on teardown
  
  Revision  Changes    Path
  1.5       +5 -0      JBossRemoting/src/tests/org/jboss/test/remoting/detection/multicast/deadlock/MulticastDetectorClient.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MulticastDetectorClient.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/detection/multicast/deadlock/MulticastDetectorClient.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- MulticastDetectorClient.java	24 Jul 2006 02:07:56 -0000	1.4
  +++ MulticastDetectorClient.java	24 Jul 2006 03:27:31 -0000	1.5
  @@ -128,6 +128,11 @@
         {
            detector.stop();
         }
  +      if(connector != null)
  +      {
  +         connector.stop();
  +         connector.destroy();
  +      }
      }
   
      public static void main(String[] args)
  
  
  



More information about the jboss-cvs-commits mailing list