Author: ron.sigal(a)jboss.com
Date: 2009-04-04 17:40:11 -0400 (Sat, 04 Apr 2009)
New Revision: 4924
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/connection/ConnectionValidatorTestCase.java
Log:
JBREM-1082: Subclassed Client returns non-null configuration map.
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/connection/ConnectionValidatorTestCase.java
===================================================================
---
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/connection/ConnectionValidatorTestCase.java 2009-04-04
04:40:18 UTC (rev 4923)
+++
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/connection/ConnectionValidatorTestCase.java 2009-04-04
21:40:11 UTC (rev 4924)
@@ -2,6 +2,7 @@
import java.io.IOException;
import java.net.MalformedURLException;
+import java.util.HashMap;
import java.util.Map;
import junit.framework.TestCase;
@@ -23,7 +24,7 @@
ConnectionValidator cv = new ConnectionValidator(new Client() {
public Map getConfiguration()
{
- return null;
+ return new HashMap();
}
public ClientInvoker getInvoker()
Show replies by date