[jboss-cvs] JBoss Messaging SVN: r3051 - trunk/tests/src/org/jboss/test/messaging/core/postoffice.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 24 02:54:33 EDT 2007


Author: clebert.suconic at jboss.com
Date: 2007-08-24 02:54:33 -0400 (Fri, 24 Aug 2007)
New Revision: 3051

Modified:
   trunk/tests/src/org/jboss/test/messaging/core/postoffice/ClusteredPostOfficeTest.java
Log:
Some logging

Modified: trunk/tests/src/org/jboss/test/messaging/core/postoffice/ClusteredPostOfficeTest.java
===================================================================
--- trunk/tests/src/org/jboss/test/messaging/core/postoffice/ClusteredPostOfficeTest.java	2007-08-23 21:34:03 UTC (rev 3050)
+++ trunk/tests/src/org/jboss/test/messaging/core/postoffice/ClusteredPostOfficeTest.java	2007-08-24 06:54:33 UTC (rev 3051)
@@ -560,6 +560,11 @@
          assertTrue(queues.contains(queue8));
          assertTrue(queues.contains(queue9));                   
       }
+      catch (Throwable e)
+      {
+         log.warn(e, e);
+         throw e;
+      }
       finally
       {
          if (office1 != null)




More information about the jboss-cvs-commits mailing list