[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JBMESSAGING-1460 - ScheduledDeliveryTest on JBM 1.4

gaohoward do-not-reply at jboss.com
Fri Dec 19 05:36:44 EST 2008


I just move the check as follows (JMSTestCase.tearDown())


      if (ServerManagement.isStarted(0))
      {
         if (checkNoMessageData())
         {
            fail("Message Data exists");
         }

         checkNotEmpty(); //moved from outside the block here.
      }


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197573#4197573

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197573



More information about the jboss-dev-forums mailing list