Author: ron.sigal(a)jboss.com
Date: 2010-09-07 15:37:19 -0400 (Tue, 07 Sep 2010)
New Revision: 6088
Modified:
remoting3/trunk/jboss-remoting/src/test/java/org/jboss/remoting3/test/EndpointConfigurationTestCase.java
Log:
JBREM-1228: Extends RemotingLocalTestBase instead of RemotingTestBase.
Modified:
remoting3/trunk/jboss-remoting/src/test/java/org/jboss/remoting3/test/EndpointConfigurationTestCase.java
===================================================================
---
remoting3/trunk/jboss-remoting/src/test/java/org/jboss/remoting3/test/EndpointConfigurationTestCase.java 2010-09-07
19:35:59 UTC (rev 6087)
+++
remoting3/trunk/jboss-remoting/src/test/java/org/jboss/remoting3/test/EndpointConfigurationTestCase.java 2010-09-07
19:37:19 UTC (rev 6088)
@@ -73,7 +73,7 @@
* Copyright Jun 21, 2010
*/
@Test(suiteName = "EndpointConfiguration")
-public class EndpointConfigurationTestCase extends RemotingTestBase {
+public class EndpointConfigurationTestCase extends RemotingLocalTestBase {
private static final Logger log =
Logger.getLogger(EndpointConfigurationTestCase.class);
Show replies by date