[jboss-remoting-commits] JBoss Remoting SVN: r5063 - remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/socket/oneway.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sat Apr 18 23:44:19 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-04-18 23:44:19 -0400 (Sat, 18 Apr 2009)
New Revision: 5063

Modified:
   remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/socket/oneway/OnewayInvocationTestCase.java
Log:
JBREM-1078: Removed references to MicroSocketClientInvoker.setNumberOfRetries().

Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/socket/oneway/OnewayInvocationTestCase.java
===================================================================
--- remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/socket/oneway/OnewayInvocationTestCase.java	2009-04-18 06:34:54 UTC (rev 5062)
+++ remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/socket/oneway/OnewayInvocationTestCase.java	2009-04-19 03:44:19 UTC (rev 5063)
@@ -98,7 +98,6 @@
       Client client = new Client(locator, clientConfig);
       client.connect();
       MicroSocketClientInvoker invoker = (MicroSocketClientInvoker) client.getInvoker();
-      invoker.setNumberOfRetries(3);
       
       int i = 0;
       try
@@ -144,7 +143,6 @@
       Client client = new Client(locator, clientConfig);
       client.connect();
       MicroSocketClientInvoker invoker = (MicroSocketClientInvoker) client.getInvoker();
-      invoker.setNumberOfRetries(3);
       
       int i = 0;
       try




More information about the jboss-remoting-commits mailing list