[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/bisocket/configuration ...

Ron Sigal ron_sigal at yahoo.com
Tue Dec 19 01:17:16 EST 2006


  User: rsigal  
  Date: 06/12/19 01:17:16

  Modified:    src/tests/org/jboss/test/remoting/transport/bisocket/configuration 
                        Tag: remoting_2_x FactoryConfigTestCase.java
  Log:
  JBREM-650: Changed Bisocket.START_SECONDARY_PORT to Bisocket.IS_CALLBACK_SERVER.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +2 -2      JBossRemoting/src/tests/org/jboss/test/remoting/transport/bisocket/configuration/Attic/FactoryConfigTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FactoryConfigTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/bisocket/configuration/Attic/FactoryConfigTestCase.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
  --- FactoryConfigTestCase.java	14 Dec 2006 01:08:02 -0000	1.1.2.1
  +++ FactoryConfigTestCase.java	19 Dec 2006 06:17:16 -0000	1.1.2.2
  @@ -30,7 +30,7 @@
    * 
    * @author <a href="mailto:ron.sigal at jboss.com">Ron Sigal</a>
    * <p>
  - * Copyright (c) May 20, 2006
  + * Copyright (c) Dec 15, 2005
    * </p>
    */
   public class FactoryConfigTestCase extends FactoryConfigTestCaseParent
  @@ -42,6 +42,6 @@
      
      protected void configureServer(Map config)
      {
  -      config.put(Bisocket.START_SECONDARY_PORT, "true");
  +      config.put(Bisocket.IS_CALLBACK_SERVER, "false");
      }
   }
  
  
  



More information about the jboss-cvs-commits mailing list