[jboss-cvs] JBoss Messaging SVN: r5736 - branches/network_interfaces/tests/src/org/jboss/messaging/tests/integration/remoting.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Jan 27 05:42:31 EST 2009
Author: jmesnil
Date: 2009-01-27 05:42:31 -0500 (Tue, 27 Jan 2009)
New Revision: 5736
Modified:
branches/network_interfaces/tests/src/org/jboss/messaging/tests/integration/remoting/NetworkAddressTestBase.java
Log:
more outputs
Modified: branches/network_interfaces/tests/src/org/jboss/messaging/tests/integration/remoting/NetworkAddressTestBase.java
===================================================================
--- branches/network_interfaces/tests/src/org/jboss/messaging/tests/integration/remoting/NetworkAddressTestBase.java 2009-01-27 10:38:29 UTC (rev 5735)
+++ branches/network_interfaces/tests/src/org/jboss/messaging/tests/integration/remoting/NetworkAddressTestBase.java 2009-01-27 10:42:31 UTC (rev 5736)
@@ -210,6 +210,7 @@
{
ClientSession session = sf.createSession(false, true, true);
session.close();
+ System.out.println("connection OK");
}
else
{
More information about the jboss-cvs-commits
mailing list