[jboss-cvs] JBoss Messaging SVN: r3087 - in trunk/tests/src/org/jboss/test/messaging/core: postoffice and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 5 10:15:37 EDT 2007


Author: clebert.suconic at jboss.com
Date: 2007-09-05 10:15:37 -0400 (Wed, 05 Sep 2007)
New Revision: 3087

Modified:
   trunk/tests/src/org/jboss/test/messaging/core/PostOfficeTestBase.java
   trunk/tests/src/org/jboss/test/messaging/core/postoffice/ClusteredPostOfficeTest.java
Log:
Adding log for tests

Modified: trunk/tests/src/org/jboss/test/messaging/core/PostOfficeTestBase.java
===================================================================
--- trunk/tests/src/org/jboss/test/messaging/core/PostOfficeTestBase.java	2007-09-05 14:14:18 UTC (rev 3086)
+++ trunk/tests/src/org/jboss/test/messaging/core/PostOfficeTestBase.java	2007-09-05 14:15:37 UTC (rev 3087)
@@ -165,7 +165,8 @@
 	
 	protected PostOffice createClusteredPostOffice(int nodeID, String groupName) throws Exception
    {
-		return createClusteredPostOffice(nodeID, groupName, 5000, 5000, sc, ms, tr, pm);
+      log.info("Creating clusteredPostOffice node " + nodeID);
+      return createClusteredPostOffice(nodeID, groupName, 5000, 5000, sc, ms, tr, pm);
    }
    
    protected List sendMessages(String conditionText, boolean persistent, PostOffice office, int num, Transaction tx) throws Exception

Modified: trunk/tests/src/org/jboss/test/messaging/core/postoffice/ClusteredPostOfficeTest.java
===================================================================
--- trunk/tests/src/org/jboss/test/messaging/core/postoffice/ClusteredPostOfficeTest.java	2007-09-05 14:14:18 UTC (rev 3086)
+++ trunk/tests/src/org/jboss/test/messaging/core/postoffice/ClusteredPostOfficeTest.java	2007-09-05 14:15:37 UTC (rev 3087)
@@ -70,6 +70,7 @@
 
    public final void testSimpleJoinLeave() throws Throwable
    {
+      log.info("testSimpleJoinLeave starts here");
       PostOffice office1 = null;
       PostOffice office2 = null;
       PostOffice office3 = null;




More information about the jboss-cvs-commits mailing list