[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/socket/clientaddress ...

Ron Sigal ron_sigal at yahoo.com
Tue Nov 20 04:21:20 EST 2007


  User: rsigal  
  Date: 07/11/20 04:21:20

  Added:       src/tests/org/jboss/test/remoting/transport/socket/clientaddress 
                        Tag: remoting_2_x SocketClientAddressTestCase.java
  Log:
  JBREM-758:  New per transport unit tests.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +11 -0     JBossRemoting/src/tests/org/jboss/test/remoting/transport/socket/clientaddress/Attic/SocketClientAddressTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SocketClientAddressTestCase.java
  ===================================================================
  RCS file: SocketClientAddressTestCase.java
  diff -N SocketClientAddressTestCase.java
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ SocketClientAddressTestCase.java	20 Nov 2007 09:21:20 -0000	1.1.2.1
  @@ -0,0 +1,11 @@
  +package org.jboss.test.remoting.transport.socket.clientaddress;
  +
  +import org.jboss.test.remoting.clientaddress.ClientAddressTestParent;
  +
  +public class SocketClientAddressTestCase extends ClientAddressTestParent
  +{
  +   protected String getTransport()
  +   {
  +      return "socket";
  +   }
  +}
  
  
  



More information about the jboss-cvs-commits mailing list