[jboss-remoting-commits] JBoss Remoting SVN: r6115 - remoting3/trunk/jboss-remoting/src/test/java/org/jboss/remoting3/test.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Fri Sep 24 12:11:59 EDT 2010


Author: ron.sigal at jboss.com
Date: 2010-09-24 12:11:58 -0400 (Fri, 24 Sep 2010)
New Revision: 6115

Modified:
   remoting3/trunk/jboss-remoting/src/test/java/org/jboss/remoting3/test/ClientConnectorMisuseTestCase.java
Log:
JBREM-1228: Fixed javadoc.

Modified: remoting3/trunk/jboss-remoting/src/test/java/org/jboss/remoting3/test/ClientConnectorMisuseTestCase.java
===================================================================
--- remoting3/trunk/jboss-remoting/src/test/java/org/jboss/remoting3/test/ClientConnectorMisuseTestCase.java	2010-09-24 15:59:42 UTC (rev 6114)
+++ remoting3/trunk/jboss-remoting/src/test/java/org/jboss/remoting3/test/ClientConnectorMisuseTestCase.java	2010-09-24 16:11:58 UTC (rev 6115)
@@ -69,9 +69,7 @@
    }
    
    /**
-    * Distinct Executors, Endpoints, Xnio's, TcpServers, RequestListeners. 
-    * One instance of one service in each Endpoint.
-    * Two Connections per TcpServer, two Clients per Connection.
+    * Verifies that a Connector can't be used until it has been transported over the network.
     */
    @Test
    public void testClientConnectorMisuse() throws Exception {



More information about the jboss-remoting-commits mailing list