[jboss-cvs] JBoss Messaging SVN: r2085 - in trunk: tests/src/org/jboss/test/thirdparty/remoting and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Jan 28 19:06:09 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-01-28 19:06:08 -0500 (Sun, 28 Jan 2007)
New Revision: 2085

Modified:
   trunk/lib/jboss-remoting.jar
   trunk/tests/src/org/jboss/test/thirdparty/remoting/RemotingConnectionFailureTest.java
Log:
http://jira.jboss.org/jira/browse/JBMESSAGING-786

Modified: trunk/lib/jboss-remoting.jar
===================================================================
(Binary files differ)

Modified: trunk/tests/src/org/jboss/test/thirdparty/remoting/RemotingConnectionFailureTest.java
===================================================================
--- trunk/tests/src/org/jboss/test/thirdparty/remoting/RemotingConnectionFailureTest.java	2007-01-28 22:15:31 UTC (rev 2084)
+++ trunk/tests/src/org/jboss/test/thirdparty/remoting/RemotingConnectionFailureTest.java	2007-01-29 00:06:08 UTC (rev 2085)
@@ -75,10 +75,10 @@
          client.invoke("bloh");
          fail("This should have failed!");
       }
-      catch(IOException e)
+      catch(CannotConnectException e)
       {
-         // if the client throws IOException, we're fine, this is our FailoverValveInteceptor is
-         // looking after
+         // if the client throws CannotConnectException, we're fine, this is our
+         // FailoverValveInteceptor is looking after
       }
    }
 
@@ -257,6 +257,8 @@
 
       subsystemService = RemotingTestSubsystemService.deployService();
 
+      log.debug("setup done");
+
    }
 
    protected void tearDown() throws Exception




More information about the jboss-cvs-commits mailing list