~ubuntu-branches/ubuntu/raring/libjboss-remoting-java/raring

« back to all changes in this revision

Viewing changes to src/tests/org/jboss/test/remoting/transport/rmi/clientaddress/RMIClientAddressTestCase.java

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-09-09 14:01:03 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: package-import@ubuntu.com-20110909140103-o8ucrolqt5g25k57
Tags: upstream-2.5.3.SP1
ImportĀ upstreamĀ versionĀ 2.5.3.SP1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package org.jboss.test.remoting.transport.rmi.clientaddress;
 
2
 
 
3
import org.jboss.test.remoting.clientaddress.ClientAddressTestParent;
 
4
 
 
5
public class RMIClientAddressTestCase extends ClientAddressTestParent
 
6
{
 
7
   protected String getTransport()
 
8
   {
 
9
      return "rmi";
 
10
   }
 
11
}