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

Ron Sigal ron_sigal at yahoo.com
Fri Jun 8 02:12:43 EDT 2007


  User: rsigal  
  Date: 07/06/08 02:12:43

  Modified:    src/tests/org/jboss/test/remoting/transport/http/timeout 
                        Tag: remoting_2_x
                        ReusedHttpURLConnectionsTestCase.java
  Log:
  JBREM-754:  Removed unused constants.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +1 -5      JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/timeout/Attic/ReusedHttpURLConnectionsTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ReusedHttpURLConnectionsTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/timeout/Attic/ReusedHttpURLConnectionsTestCase.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
  --- ReusedHttpURLConnectionsTestCase.java	8 Jun 2007 06:11:36 -0000	1.1.2.1
  +++ ReusedHttpURLConnectionsTestCase.java	8 Jun 2007 06:12:43 -0000	1.1.2.2
  @@ -50,7 +50,7 @@
   /**
    * 
    * @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 May 31, 2007
    * </p>
  @@ -61,11 +61,7 @@
      
      private static Logger log = Logger.getLogger(ReusedHttpURLConnectionsTestCase.class);
      
  -   private static final String INVOCATION_TEST =     "invocationTest";
  -   private static final String CALLBACK_TEST =       "callbackTest";
  -   private static final String COUNTER =             "counter";
      private static final String CALLBACK_DELAY_KEY =  "callbackDelay";
  -   
      private static boolean firstTime = true;
      
      // remoting server connector
  
  
  



More information about the jboss-cvs-commits mailing list