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

Ron Sigal ron_sigal at yahoo.com
Sat Jun 2 03:09:04 EDT 2007


  User: rsigal  
  Date: 07/06/02 03:09:04

  Modified:    src/tests/org/jboss/test/remoting/configuration 
                        SocketClientConfigurationTestCase.java
  Log:
  JBREM-329:  Replaced "socketTimeout" parameter with "timeout".
  
  Revision  Changes    Path
  1.7       +1 -1      JBossRemoting/src/tests/org/jboss/test/remoting/configuration/SocketClientConfigurationTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SocketClientConfigurationTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/configuration/SocketClientConfigurationTestCase.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- SocketClientConfigurationTestCase.java	21 May 2006 04:47:29 -0000	1.6
  +++ SocketClientConfigurationTestCase.java	2 Jun 2007 07:09:04 -0000	1.7
  @@ -62,7 +62,7 @@
         buf.append("<attribute name=\"numAcceptThreads\">1</attribute>");
         buf.append("<attribute name=\"maxPoolSize\">303</attribute>");
         buf.append("<attribute name=\"clientMaxPoolSize\" isParam=\"true\">304</attribute>");
  -      buf.append("<attribute name=\"socketTimeout\">60000</attribute>");
  +      buf.append("<attribute name=\"timeout\">60000</attribute>");
         buf.append("<attribute name=\"serverBindAddress\">" + hostName + "</attribute>");
         buf.append("<attribute name=\"serverBindPort\">" + serverPort + "</attribute>");
         buf.append("<attribute name=\"clientConnectAddress\">" + hostIP + "</attribute>");
  
  
  



More information about the jboss-cvs-commits mailing list