[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/timeout ...

Ron Sigal ron_sigal at yahoo.com
Thu Feb 22 16:33:42 EST 2007


  User: rsigal  
  Date: 07/02/22 16:33:42

  Modified:    src/tests/org/jboss/test/remoting/transport/http/timeout 
                        Tag: remoting_2_x HttpQuickDisconnectClient.java
  Log:
  JBREM-657, JBREM-701:  Removed testSlowDisconnect() and testSlowRemoveListener().
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +1 -23     JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/timeout/Attic/HttpQuickDisconnectClient.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HttpQuickDisconnectClient.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/timeout/Attic/HttpQuickDisconnectClient.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
  --- HttpQuickDisconnectClient.java	22 Feb 2007 09:42:35 -0000	1.1.2.1
  +++ HttpQuickDisconnectClient.java	22 Feb 2007 21:33:42 -0000	1.1.2.2
  @@ -26,35 +26,13 @@
   
   /** 
    * @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.1.2.1 $
  + * @version $Revision: 1.1.2.2 $
    * <p>
    * Copyright Feb 17, 2007
    * </p>
    */
   public class HttpQuickDisconnectClient extends QuickDisconnectClientParent
   {
  -   /**
  -    * With the http transport, a java.net.ConnectException is thrown right away,
  -    * so the super implementation of this test fails.  It's not a problem, though,
  -    * since this test is just to show that without setting a short per invocation
  -    * timeout, disconnecting from a disabled server might be slow.  If it happens
  -    * to be fast, that's fine.
  -    */
  -   public void testSlowDisconnect() throws Throwable
  -   {  
  -   }
  -   
  -   /**
  -    * With the http transport, a java.net.ConnectException is thrown right away,
  -    * so the super implementation of this test fails.  It's not a problem, though,
  -    * since this test is just to show that without setting a short per invocation
  -    * timeout, removing a listener from a disabled server might be slow.  If it
  -    * happens to be fast, that's fine.
  -    */
  -   public void testSlowRemoveListener() throws Throwable
  -   {
  -   }
  -   
      protected String getTransport()
      {
         return "http";
  
  
  



More information about the jboss-cvs-commits mailing list