Author: ron.sigal(a)jboss.com
Date: 2010-11-13 11:43:11 -0500 (Sat, 13 Nov 2010)
New Revision: 6153
Modified:
remoting3/trunk/jboss-remoting/src/test/java/org/jboss/remoting3/test/LocalValueTestCase.java
Log:
JBREM-1256: Changed getConnection() to getConnection(String).
Modified:
remoting3/trunk/jboss-remoting/src/test/java/org/jboss/remoting3/test/LocalValueTestCase.java
===================================================================
---
remoting3/trunk/jboss-remoting/src/test/java/org/jboss/remoting3/test/LocalValueTestCase.java 2010-11-13
16:42:51 UTC (rev 6152)
+++
remoting3/trunk/jboss-remoting/src/test/java/org/jboss/remoting3/test/LocalValueTestCase.java 2010-11-13
16:43:11 UTC (rev 6153)
@@ -32,7 +32,7 @@
@Test(suiteName = "localValue")
public final class LocalValueTestCase extends InvocationTestBase {
- protected Connection getConnection() throws IOException {
+ protected Connection getConnection(String xnioName) throws IOException {
return endpoint.connect(URI.create("local:///"),
OptionMap.builder().set(RemotingOptions.CALL_BY_VALUE, true).getMap()).get();
}
}
\ No newline at end of file
Show replies by date