[jboss-cvs] JBoss Messaging SVN: r4724 - branches/Branch_JBMESSAGING-1303/tests/src/org/jboss/messaging/tests/unit/core/postoffice/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 24 09:18:12 EDT 2008


Author: jmesnil
Date: 2008-07-24 09:18:12 -0400 (Thu, 24 Jul 2008)
New Revision: 4724

Modified:
   branches/Branch_JBMESSAGING-1303/tests/src/org/jboss/messaging/tests/unit/core/postoffice/impl/PostOfficeImplTest.java
Log:
removed stack trace printing

Modified: branches/Branch_JBMESSAGING-1303/tests/src/org/jboss/messaging/tests/unit/core/postoffice/impl/PostOfficeImplTest.java
===================================================================
--- branches/Branch_JBMESSAGING-1303/tests/src/org/jboss/messaging/tests/unit/core/postoffice/impl/PostOfficeImplTest.java	2008-07-24 13:11:19 UTC (rev 4723)
+++ branches/Branch_JBMESSAGING-1303/tests/src/org/jboss/messaging/tests/unit/core/postoffice/impl/PostOfficeImplTest.java	2008-07-24 13:18:12 UTC (rev 4724)
@@ -191,10 +191,10 @@
       try
       {
          postOffice.start();
+         fail("IllegalStateException");
       }
       catch (IllegalStateException e)
       {
-         e.printStackTrace();
       }
 
       EasyMock.verify(pm, qf, binding, binding2, queue);




More information about the jboss-cvs-commits mailing list