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

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


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

  Added:       src/tests/org/jboss/test/remoting/transport/http/clientaddress 
                        Tag: remoting_2_x HttpClientAddressTestCase.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/http/clientaddress/Attic/HttpClientAddressTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HttpClientAddressTestCase.java
  ===================================================================
  RCS file: HttpClientAddressTestCase.java
  diff -N HttpClientAddressTestCase.java
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ HttpClientAddressTestCase.java	20 Nov 2007 09:21:23 -0000	1.1.2.1
  @@ -0,0 +1,11 @@
  +package org.jboss.test.remoting.transport.http.clientaddress;
  +
  +import org.jboss.test.remoting.clientaddress.ClientAddressTestParent;
  +
  +public class HttpClientAddressTestCase extends ClientAddressTestParent
  +{
  +   protected String getTransport()
  +   {
  +      return "http";
  +   }
  +}
  
  
  



More information about the jboss-cvs-commits mailing list