[Jboss-cvs] JBoss Messaging SVN: r1283 - branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/crash

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 12 20:30:20 EDT 2006


Author: clebert.suconic at jboss.com
Date: 2006-09-12 20:30:19 -0400 (Tue, 12 Sep 2006)
New Revision: 1283

Modified:
   branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/crash/ClientCrashTest.java
Log:
JBMESSAGING-541 - simplifying testcase to the minimal failure point

Modified: branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/crash/ClientCrashTest.java
===================================================================
--- branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/crash/ClientCrashTest.java	2006-09-13 00:14:58 UTC (rev 1282)
+++ branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/crash/ClientCrashTest.java	2006-09-13 00:30:19 UTC (rev 1283)
@@ -160,9 +160,6 @@
       log.info("server(1) = " + remotingSessionId[1]);
       log.info("we have = " + ((SimpleConnectionManager)cm).getClients().size() + " clients registered on SimpleconnectionManager");
       
-      //assertTrue(cm.containsSession(remotingSessionId[0]));
-      assertTrue(cm.containsSession(remotingSessionId[1]));
-      
       // Now we should have a client connection from the remote server to the local server
       remoteServer.exit();
       log.info("killed remote server");




More information about the jboss-cvs-commits mailing list